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/).
1010
1111### Changed
1212
13+ ### Fixed
14+
15+
16+ ## [ 2.21.0] - 2025-01-13
17+
18+ ### Changed
19+
1320* Switched to C++14 as minimum requirement
1421* Removed suport for Google Sparsehash
1522* Removed support for projection using the Proj library (which only worked
@@ -23,6 +30,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
2330 a problem when merging diffs for different extracts.
2431* Remove resource leak in temp file creation
2532
33+
2634## [ 2.20.0] - 2023-09-20
2735
2836### Changed
@@ -1296,7 +1304,8 @@ long time. These will not be part of the next version of libosmium:
12961304 Doxygen (up to version 1.8.8). This version contains a workaround to fix
12971305 this.
12981306
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
13001309[ 2.20.0 ] : https://github.com/osmcode/libosmium/compare/v2.19.0...v2.20.0
13011310[ 2.19.0 ] : https://github.com/osmcode/libosmium/compare/v2.18.9...v2.19.0
13021311[ 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
3939project (libosmium)
4040
4141set (LIBOSMIUM_VERSION_MAJOR 2)
42- set (LIBOSMIUM_VERSION_MINOR 20 )
42+ set (LIBOSMIUM_VERSION_MINOR 21 )
4343set (LIBOSMIUM_VERSION_PATCH 0)
4444
4545set (LIBOSMIUM_VERSION
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 20
40+ #define LIBOSMIUM_VERSION_MINOR 21
4141
4242// NOLINTNEXTLINE(modernize-macro-to-enum)
4343#define LIBOSMIUM_VERSION_PATCH 0
4444
45- #define LIBOSMIUM_VERSION_STRING " 2.20 .0"
45+ #define LIBOSMIUM_VERSION_STRING " 2.21 .0"
4646
4747#endif // OSMIUM_VERSION_HPP
You can’t perform that action at this time.
0 commit comments