Skip to content

Commit

Permalink
Bump version to 2.2.0
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
aszlig committed Aug 16, 2023
1 parent d3b1b42 commit a9b405b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog], and this project adheres to
[Semantic Versioning].

## [Unreleased]
## [2.2.0] - 2023-08-16

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

[Unreleased]: https://github.com/nixcloud/ip2unix/compare/v2.1.4...HEAD
[2.2.0]: https://github.com/nixcloud/ip2unix/compare/v2.1.4...v2.2.0
[2.1.4]: https://github.com/nixcloud/ip2unix/compare/v2.1.3...v2.1.4
[2.1.3]: https://github.com/nixcloud/ip2unix/compare/v2.1.2...v2.1.3
[2.1.2]: https://github.com/nixcloud/ip2unix/compare/v2.1.1...v2.1.2
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
project('ip2unix', 'cpp',
default_options: ['cpp_std=c++17', 'warning_level=3'],
meson_version: '>=0.47.0', version: '2.1.4')
meson_version: '>=0.47.0', version: '2.2.0')

script_generrno = files('scripts/generrno.py')
script_genoffsets = files('scripts/genoffsets.py')
Expand Down

0 comments on commit a9b405b

Please sign in to comment.