Skip to content

Commit 74ae8e9

Browse files
committed
Release v1.12.0
1 parent 2f0af76 commit 74ae8e9

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

CHANGELOG.md

+10-3
Original file line numberDiff line numberDiff 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

CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ set(CMAKE_CONFIGURATION_TYPES "Debug;Release;RelWithDebInfo;MinSizeRel;Dev"
2525
project(osmium)
2626

2727
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)
3030

3131
set(OSMIUM_VERSION ${OSMIUM_VERSION_MAJOR}.${OSMIUM_VERSION_MINOR}.${OSMIUM_VERSION_PATCH})
3232

0 commit comments

Comments
 (0)