Skip to content

Commit 1083369

Browse files
committed
Bump version to 2.2.1
I'm releasing this earlier rather than later because the missing serialisation for from-* will really confuse the heck out of anyone using the feature because it will result in the rule matching *all* sockets (regardless of whether they're AF_UNIX or even AF_INET). Signed-off-by: aszlig <aszlig@nix.build>
1 parent cb3867a commit 1083369

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
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.2.1] - 2023-08-18
88

99
### Fixed
1010

@@ -138,7 +138,7 @@ The format is based on [Keep a Changelog], and this project adheres to
138138
- The initial release, which evolved from an early prototype specific to a
139139
certain use case into a more generic command line tool.
140140

141-
[Unreleased]: https://github.com/nixcloud/ip2unix/compare/v2.2.0...HEAD
141+
[2.2.1]: https://github.com/nixcloud/ip2unix/compare/v2.2.0...v2.2.1
142142
[2.2.0]: https://github.com/nixcloud/ip2unix/compare/v2.1.4...v2.2.0
143143
[2.1.4]: https://github.com/nixcloud/ip2unix/compare/v2.1.3...v2.1.4
144144
[2.1.3]: https://github.com/nixcloud/ip2unix/compare/v2.1.2...v2.1.3

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.47.0', version: '2.2.0')
3+
meson_version: '>=0.47.0', version: '2.2.1')
44

55
script_generrno = files('scripts/generrno.py')
66
script_genoffsets = files('scripts/genoffsets.py')

0 commit comments

Comments
 (0)