Skip to content

Commit a9b405b

Browse files
committed
Bump version to 2.2.0
This release already is quite packed with features and most of the things I wanted to get in (eg. abstract sockets and the from-* options) are done. Given that I'm moderately happy with the current state and also the fact that we now emit a deprecation warning for YAML, it's just more important that this warning is actually displayed to potential users. Signed-off-by: aszlig <aszlig@nix.build>
1 parent d3b1b42 commit a9b405b

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.0] - 2023-08-16
88

99
### Fixed
1010
- Missing header files for newer GCC versions, thanks to Varun Madiath.
@@ -128,7 +128,7 @@ The format is based on [Keep a Changelog], and this project adheres to
128128
- The initial release, which evolved from an early prototype specific to a
129129
certain use case into a more generic command line tool.
130130

131-
[Unreleased]: https://github.com/nixcloud/ip2unix/compare/v2.1.4...HEAD
131+
[2.2.0]: https://github.com/nixcloud/ip2unix/compare/v2.1.4...v2.2.0
132132
[2.1.4]: https://github.com/nixcloud/ip2unix/compare/v2.1.3...v2.1.4
133133
[2.1.3]: https://github.com/nixcloud/ip2unix/compare/v2.1.2...v2.1.3
134134
[2.1.2]: https://github.com/nixcloud/ip2unix/compare/v2.1.1...v2.1.2

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

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

0 commit comments

Comments
 (0)