Skip to content

Commit 97dccf1

Browse files
committed
Release v2.23.1
1 parent 7a31d5e commit 97dccf1

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.1] - 2026-04-01
17+
18+
### Added
19+
1120
* Helper function for checking string for invalid UTF-8 characters.
1221

1322
### Changed
@@ -1352,7 +1361,8 @@ long time. These will not be part of the next version of libosmium:
13521361
Doxygen (up to version 1.8.8). This version contains a workaround to fix
13531362
this.
13541363

1355-
[unreleased]: https://github.com/osmcode/libosmium/compare/v2.23.0...HEAD
1364+
[unreleased]: https://github.com/osmcode/libosmium/compare/v2.23.1...HEAD
1365+
[2.23.1]: https://github.com/osmcode/libosmium/compare/v2.23.0...v2.23.1
13561366
[2.23.0]: https://github.com/osmcode/libosmium/compare/v2.22.0...v2.23.0
13571367
[2.22.0]: https://github.com/osmcode/libosmium/compare/v2.21.0...v2.22.0
13581368
[2.21.0]: https://github.com/osmcode/libosmium/compare/v2.20.0...v2.21.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.23.0 LANGUAGES CXX C)
58+
project(libosmium VERSION 2.23.1 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
@@ -40,8 +40,8 @@ DEALINGS IN THE SOFTWARE.
4040
#define LIBOSMIUM_VERSION_MINOR 23
4141

4242
// NOLINTNEXTLINE(modernize-macro-to-enum)
43-
#define LIBOSMIUM_VERSION_PATCH 0
43+
#define LIBOSMIUM_VERSION_PATCH 1
4444

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

4747
#endif // OSMIUM_VERSION_HPP

0 commit comments

Comments
 (0)