File tree Expand file tree Collapse file tree 2 files changed +14
-3
lines changed
Expand file tree Collapse file tree 2 files changed +14
-3
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.13.0] - 2021-01-08
17+
18+ ### Added
19+
1120- Add support for negative IDs in add-locations-to-ways command.
1221- Show setting of ` -i ` , ` --invert-match ` option on tags-filter command.
1322- Show bytes read and written in verbose mode in ` osmium cat ` output.
@@ -584,7 +593,9 @@ This project adheres to [Semantic Versioning](https://semver.org/).
584593- Minor updates to documentation and build system
585594
586595
587- [ unreleased ] : https://github.com/osmcode/osmium-tool/compare/v1.12.0...HEAD
596+ [ unreleased ] : https://github.com/osmcode/osmium-tool/compare/v1.13.0...HEAD
597+ [ 1.13.0 ] : https://github.com/osmcode/osmium-tool/compare/v1.12.1...v1.13.0
598+ [ 1.12.1 ] : https://github.com/osmcode/osmium-tool/compare/v1.12.0...v1.12.1
588599[ 1.12.0 ] : https://github.com/osmcode/osmium-tool/compare/v1.11.1...v1.12.0
589600[ 1.11.1 ] : https://github.com/osmcode/osmium-tool/compare/v1.11.0...v1.11.1
590601[ 1.11.0 ] : https://github.com/osmcode/osmium-tool/compare/v1.10.0...v1.11.0
Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ set(CMAKE_CONFIGURATION_TYPES "Debug;Release;RelWithDebInfo;MinSizeRel;Dev"
2525project (osmium)
2626
2727set (OSMIUM_VERSION_MAJOR 1)
28- set (OSMIUM_VERSION_MINOR 12 )
29- set (OSMIUM_VERSION_PATCH 1 )
28+ set (OSMIUM_VERSION_MINOR 13 )
29+ set (OSMIUM_VERSION_PATCH 0 )
3030
3131set (OSMIUM_VERSION ${OSMIUM_VERSION_MAJOR} .${OSMIUM_VERSION_MINOR} .${OSMIUM_VERSION_PATCH} )
3232
You can’t perform that action at this time.
0 commit comments