Skip to content

Commit 9c49c96

Browse files
committed
Release v2.23.0
1 parent 7e2688c commit 9c49c96

3 files changed

Lines changed: 14 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,15 @@ This project adheres to [Semantic Versioning](https://semver.org/).
88

99
### Added
1010

11+
### Changed
12+
13+
### Fixed
14+
15+
16+
## [2.23.0] - 2026-01-18
17+
18+
### Added
19+
1120
* Functions to store and retrieve extra bit in osmium::Location. This allows
1221
storing of one bit of information in a Location.
1322
* Function for comparing two TagLists.
@@ -1337,7 +1346,8 @@ long time. These will not be part of the next version of libosmium:
13371346
Doxygen (up to version 1.8.8). This version contains a workaround to fix
13381347
this.
13391348

1340-
[unreleased]: https://github.com/osmcode/libosmium/compare/v2.22.0...HEAD
1349+
[unreleased]: https://github.com/osmcode/libosmium/compare/v2.23.0...HEAD
1350+
[2.23.0]: https://github.com/osmcode/libosmium/compare/v2.22.0...v2.23.0
13411351
[2.22.0]: https://github.com/osmcode/libosmium/compare/v2.21.0...v2.22.0
13421352
[2.21.0]: https://github.com/osmcode/libosmium/compare/v2.20.0...v2.21.0
13431353
[2.20.0]: https://github.com/osmcode/libosmium/compare/v2.19.0...v2.20.0

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ set(CMAKE_CONFIGURATION_TYPES "Debug;Release;RelWithDebInfo;MinSizeRel;Dev;Cover
5555
#
5656
#-----------------------------------------------------------------------------
5757

58-
project(libosmium VERSION 2.22.0 LANGUAGES CXX C)
58+
project(libosmium VERSION 2.23.0 LANGUAGES CXX C)
5959

6060
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
6161

include/osmium/version.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ DEALINGS IN THE SOFTWARE.
3737
#define LIBOSMIUM_VERSION_MAJOR 2
3838

3939
// NOLINTNEXTLINE(modernize-macro-to-enum)
40-
#define LIBOSMIUM_VERSION_MINOR 22
40+
#define LIBOSMIUM_VERSION_MINOR 23
4141

4242
// NOLINTNEXTLINE(modernize-macro-to-enum)
4343
#define LIBOSMIUM_VERSION_PATCH 0
4444

45-
#define LIBOSMIUM_VERSION_STRING "2.22.0"
45+
#define LIBOSMIUM_VERSION_STRING "2.23.0"
4646

4747
#endif // OSMIUM_VERSION_HPP

0 commit comments

Comments
 (0)