File tree 2 files changed +12
-2
lines changed
2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,15 @@ This project adheres to [Semantic Versioning](https://semver.org/).
8
8
9
9
### Added
10
10
11
+ ### Changed
12
+
13
+ ### Fixed
14
+
15
+
16
+ ## [ 1.17.0] - 2025-01-14
17
+
18
+ ### Added
19
+
11
20
- Add options to the "diff" command to ignore changeset, uid, and/or user
12
21
attributes.
13
22
- More tests.
@@ -728,7 +737,8 @@ This project adheres to [Semantic Versioning](https://semver.org/).
728
737
- Minor updates to documentation and build system
729
738
730
739
731
- [ unreleased ] : https://github.com/osmcode/osmium-tool/compare/v1.16.0...HEAD
740
+ [ unreleased ] : https://github.com/osmcode/osmium-tool/compare/v1.17.0...HEAD
741
+ [ 1.17.0 ] : https://github.com/osmcode/osmium-tool/compare/v1.16.0...v1.17.0
732
742
[ 1.16.0 ] : https://github.com/osmcode/osmium-tool/compare/v1.15.0...v1.16.0
733
743
[ 1.15.0 ] : https://github.com/osmcode/osmium-tool/compare/v1.14.0...v1.15.0
734
744
[ 1.14.0 ] : https://github.com/osmcode/osmium-tool/compare/v1.13.2...v1.14.0
Original file line number Diff line number Diff line change 8
8
9
9
cmake_minimum_required (VERSION 3.10)
10
10
11
- project (osmium VERSION 1.16 .0 LANGUAGES CXX C)
11
+ project (osmium VERSION 1.17 .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