File tree 2 files changed +10
-2
lines changed
2 files changed +10
-2
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
+ ## [ 1.15.0] - 2023-01-19
17
+
18
+ ### Changed
19
+
13
20
- Now requires libosmium version 2.17.0 or newer.
14
21
- Remove the long-deprecated ` --remove-deleted/--simplify ` option on the
15
22
` apply-changes ` command.
@@ -686,7 +693,8 @@ This project adheres to [Semantic Versioning](https://semver.org/).
686
693
- Minor updates to documentation and build system
687
694
688
695
689
- [ unreleased ] : https://github.com/osmcode/osmium-tool/compare/v1.14.0...HEAD
696
+ [ unreleased ] : https://github.com/osmcode/osmium-tool/compare/v1.15.0...HEAD
697
+ [ 1.15.0 ] : https://github.com/osmcode/osmium-tool/compare/v1.14.0...v1.15.0
690
698
[ 1.14.0 ] : https://github.com/osmcode/osmium-tool/compare/v1.13.2...v1.14.0
691
699
[ 1.13.2 ] : https://github.com/osmcode/osmium-tool/compare/v1.13.1...v1.13.2
692
700
[ 1.13.1 ] : https://github.com/osmcode/osmium-tool/compare/v1.13.0...v1.13.1
Original file line number Diff line number Diff line change 8
8
9
9
cmake_minimum_required (VERSION 3.5.0)
10
10
11
- project (osmium VERSION 1.14 .0 LANGUAGES CXX C)
11
+ project (osmium VERSION 1.15 .0 LANGUAGES CXX C)
12
12
13
13
list (APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR} /cmake" )
14
14
You can’t perform that action at this time.
0 commit comments