File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
6060set (CMAKE_EXPORT_COMPILE_COMMANDS ON )
6161
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments