Skip to content

Commit 06a8257

Browse files
committed
Bump version to 2.1.4
I'm still waiting for feedback on the systemd socket fd versus rule number issue[1]. However since I'm pretty confident that this is fixed, even if it's not the case, it surely did fix incrementing the rule position. That's why I'm releasing with those fixes and if the mentioned issue is still not fixed, we can still make a 2.1.5 release. [1]: #27 Signed-off-by: aszlig <aszlig@nix.build> (cherry picked from commit e9f4da8)
1 parent a90cdfe commit 06a8257

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog], and this project adheres to
55
[Semantic Versioning].
66

7-
## [Unreleased]
7+
## [2.1.4] - 2021-07-10
88

99
### Fixed
1010
- Ordering between systemd socket file descriptor names and rules.

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
project('ip2unix', 'cpp',
22
default_options: ['cpp_std=c++17', 'warning_level=3'],
3-
meson_version: '>=0.46.0', version: '2.1.3')
3+
meson_version: '>=0.46.0', version: '2.1.4')
44

55
script_findlibc = files('scripts/findlibc.py')
66
script_generrno = files('scripts/generrno.py')

0 commit comments

Comments
 (0)