File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed
Expand file tree Collapse file tree 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/).
88
99### Added
1010
11+ ### Changed
12+
13+ ### Fixed
14+
15+
16+ ## [ 1.17.0] - 2025-01-14
17+
18+ ### Added
19+
1120- Add options to the "diff" command to ignore changeset, uid, and/or user
1221 attributes.
1322- More tests.
@@ -728,7 +737,8 @@ This project adheres to [Semantic Versioning](https://semver.org/).
728737- Minor updates to documentation and build system
729738
730739
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
732742[ 1.16.0 ] : https://github.com/osmcode/osmium-tool/compare/v1.15.0...v1.16.0
733743[ 1.15.0 ] : https://github.com/osmcode/osmium-tool/compare/v1.14.0...v1.15.0
734744[ 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 88
99cmake_minimum_required (VERSION 3.10)
1010
11- project (osmium VERSION 1.16 .0 LANGUAGES CXX C)
11+ project (osmium VERSION 1.17 .0 LANGUAGES CXX C)
1212
1313list (APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR} /cmake" )
1414
You can’t perform that action at this time.
0 commit comments