File tree Expand file tree Collapse file tree 3 files changed +13
-4
lines changed Expand file tree Collapse file tree 3 files changed +13
-4
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.21.0] - 2025-01-13
17
+
18
+ ### Changed
19
+
13
20
* Switched to C++14 as minimum requirement
14
21
* Removed suport for Google Sparsehash
15
22
* Removed support for projection using the Proj library (which only worked
@@ -23,6 +30,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
23
30
a problem when merging diffs for different extracts.
24
31
* Remove resource leak in temp file creation
25
32
33
+
26
34
## [ 2.20.0] - 2023-09-20
27
35
28
36
### Changed
@@ -1296,7 +1304,8 @@ long time. These will not be part of the next version of libosmium:
1296
1304
Doxygen (up to version 1.8.8). This version contains a workaround to fix
1297
1305
this.
1298
1306
1299
- [ unreleased ] : https://github.com/osmcode/libosmium/compare/v2.20.0...HEAD
1307
+ [ unreleased ] : https://github.com/osmcode/libosmium/compare/v2.21.0...HEAD
1308
+ [ 2.21.0 ] : https://github.com/osmcode/libosmium/compare/v2.20.0...v2.21.0
1300
1309
[ 2.20.0 ] : https://github.com/osmcode/libosmium/compare/v2.19.0...v2.20.0
1301
1310
[ 2.19.0 ] : https://github.com/osmcode/libosmium/compare/v2.18.9...v2.19.0
1302
1311
[ 2.18.0 ] : https://github.com/osmcode/libosmium/compare/v2.17.3...v2.18.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 20 )
42
+ set (LIBOSMIUM_VERSION_MINOR 21 )
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 20
40
+ #define LIBOSMIUM_VERSION_MINOR 21
41
41
42
42
// NOLINTNEXTLINE(modernize-macro-to-enum)
43
43
#define LIBOSMIUM_VERSION_PATCH 0
44
44
45
- #define LIBOSMIUM_VERSION_STRING " 2.20 .0"
45
+ #define LIBOSMIUM_VERSION_STRING " 2.21 .0"
46
46
47
47
#endif // OSMIUM_VERSION_HPP
You can’t perform that action at this time.
0 commit comments