File tree 3 files changed +12
-6
lines changed
3 files changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,13 @@ This project adheres to [Semantic Versioning](https://semver.org/).
10
10
11
11
### Changed
12
12
13
+ ### Fixed
14
+
15
+
16
+ ## [ 2.22.0] - 2025-03-17
17
+
18
+ ### Changed
19
+
13
20
* Extend RelationsMapIndex to work with 64bit IDs. This should not change
14
21
anything for typical OSM use (where relation IDs fit in 32bit), but help
15
22
with users adding their own relations.
@@ -18,8 +25,6 @@ This project adheres to [Semantic Versioning](https://semver.org/).
18
25
* Remove special cases disabling regex support for old C++ libs.
19
26
* Various code cleanups.
20
27
21
- ### Fixed
22
-
23
28
24
29
## [ 2.21.0] - 2025-01-13
25
30
@@ -1312,7 +1317,8 @@ long time. These will not be part of the next version of libosmium:
1312
1317
Doxygen (up to version 1.8.8). This version contains a workaround to fix
1313
1318
this.
1314
1319
1315
- [ unreleased ] : https://github.com/osmcode/libosmium/compare/v2.21.0...HEAD
1320
+ [ unreleased ] : https://github.com/osmcode/libosmium/compare/v2.22.0...HEAD
1321
+ [ 2.22.0 ] : https://github.com/osmcode/libosmium/compare/v2.21.0...v2.22.0
1316
1322
[ 2.21.0 ] : https://github.com/osmcode/libosmium/compare/v2.20.0...v2.21.0
1317
1323
[ 2.20.0 ] : https://github.com/osmcode/libosmium/compare/v2.19.0...v2.20.0
1318
1324
[ 2.19.0 ] : https://github.com/osmcode/libosmium/compare/v2.18.9...v2.19.0
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ set(CMAKE_CONFIGURATION_TYPES "Debug;Release;RelWithDebInfo;MinSizeRel;Dev;Cover
39
39
project (libosmium)
40
40
41
41
set (LIBOSMIUM_VERSION_MAJOR 2)
42
- set (LIBOSMIUM_VERSION_MINOR 21 )
42
+ set (LIBOSMIUM_VERSION_MINOR 22 )
43
43
set (LIBOSMIUM_VERSION_PATCH 0)
44
44
45
45
set (LIBOSMIUM_VERSION
Original file line number Diff line number Diff line change @@ -37,11 +37,11 @@ DEALINGS IN THE SOFTWARE.
37
37
#define LIBOSMIUM_VERSION_MAJOR 2
38
38
39
39
// NOLINTNEXTLINE(modernize-macro-to-enum)
40
- #define LIBOSMIUM_VERSION_MINOR 21
40
+ #define LIBOSMIUM_VERSION_MINOR 22
41
41
42
42
// NOLINTNEXTLINE(modernize-macro-to-enum)
43
43
#define LIBOSMIUM_VERSION_PATCH 0
44
44
45
- #define LIBOSMIUM_VERSION_STRING " 2.21 .0"
45
+ #define LIBOSMIUM_VERSION_STRING " 2.22 .0"
46
46
47
47
#endif // OSMIUM_VERSION_HPP
You can’t perform that action at this time.
0 commit comments