File tree Expand file tree Collapse file tree 2 files changed +12
-5
lines changed
Expand file tree Collapse file tree 2 files changed +12
-5
lines changed Original file line number Diff line number Diff line change @@ -8,11 +8,17 @@ This project adheres to [Semantic Versioning](https://semver.org/).
88
99### Added
1010
11+ ### Changed
12+
13+ ### Fixed
14+
15+ ## [ 1.12.0] - 2020-04-21
16+
17+ ### Added
18+
1119* New ` osmium tags-count ` command.
1220* New ` --clean ` option to ` osmium cat ` command to clean attributes.
1321
14- ### Changed
15-
1622### Fixed
1723
1824* Allow index types with file name in export command.
@@ -545,7 +551,8 @@ This project adheres to [Semantic Versioning](https://semver.org/).
545551- Minor updates to documentation and build system
546552
547553
548- [ unreleased ] : https://github.com/osmcode/osmium-tool/compare/v1.11.1...HEAD
554+ [ unreleased ] : https://github.com/osmcode/osmium-tool/compare/v1.12.0...HEAD
555+ [ 1.12.0 ] : https://github.com/osmcode/osmium-tool/compare/v1.11.1...v1.12.0
549556[ 1.11.1 ] : https://github.com/osmcode/osmium-tool/compare/v1.11.0...v1.11.1
550557[ 1.11.0 ] : https://github.com/osmcode/osmium-tool/compare/v1.10.0...v1.11.0
551558[ 1.10.0 ] : https://github.com/osmcode/osmium-tool/compare/v1.9.1...v1.10.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 11 )
29- set (OSMIUM_VERSION_PATCH 1 )
28+ set (OSMIUM_VERSION_MINOR 12 )
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