File tree 2 files changed +12
-5
lines changed
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/).
8
8
9
9
### Added
10
10
11
+ ### Changed
12
+
13
+ ### Fixed
14
+
15
+ ## [ 1.12.0] - 2020-04-21
16
+
17
+ ### Added
18
+
11
19
* New ` osmium tags-count ` command.
12
20
* New ` --clean ` option to ` osmium cat ` command to clean attributes.
13
21
14
- ### Changed
15
-
16
22
### Fixed
17
23
18
24
* Allow index types with file name in export command.
@@ -545,7 +551,8 @@ This project adheres to [Semantic Versioning](https://semver.org/).
545
551
- Minor updates to documentation and build system
546
552
547
553
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
549
556
[ 1.11.1 ] : https://github.com/osmcode/osmium-tool/compare/v1.11.0...v1.11.1
550
557
[ 1.11.0 ] : https://github.com/osmcode/osmium-tool/compare/v1.10.0...v1.11.0
551
558
[ 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"
25
25
project (osmium)
26
26
27
27
set (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 )
30
30
31
31
set (OSMIUM_VERSION ${OSMIUM_VERSION_MAJOR} .${OSMIUM_VERSION_MINOR} .${OSMIUM_VERSION_PATCH} )
32
32
You can’t perform that action at this time.
0 commit comments