Skip to content

Commit

Permalink
Release v1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joto committed Apr 21, 2020
1 parent 2f0af76 commit 74ae8e9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
13 changes: 10 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,17 @@ This project adheres to [Semantic Versioning](https://semver.org/).

### Added

### Changed

### Fixed

## [1.12.0] - 2020-04-21

### Added

* New `osmium tags-count` command.
* New `--clean` option to `osmium cat` command to clean attributes.

### Changed

### Fixed

* Allow index types with file name in export command.
Expand Down Expand Up @@ -545,7 +551,8 @@ This project adheres to [Semantic Versioning](https://semver.org/).
- Minor updates to documentation and build system


[unreleased]: https://github.com/osmcode/osmium-tool/compare/v1.11.1...HEAD
[unreleased]: https://github.com/osmcode/osmium-tool/compare/v1.12.0...HEAD
[1.12.0]: https://github.com/osmcode/osmium-tool/compare/v1.11.1...v1.12.0
[1.11.1]: https://github.com/osmcode/osmium-tool/compare/v1.11.0...v1.11.1
[1.11.0]: https://github.com/osmcode/osmium-tool/compare/v1.10.0...v1.11.0
[1.10.0]: https://github.com/osmcode/osmium-tool/compare/v1.9.1...v1.10.0
Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ set(CMAKE_CONFIGURATION_TYPES "Debug;Release;RelWithDebInfo;MinSizeRel;Dev"
project(osmium)

set(OSMIUM_VERSION_MAJOR 1)
set(OSMIUM_VERSION_MINOR 11)
set(OSMIUM_VERSION_PATCH 1)
set(OSMIUM_VERSION_MINOR 12)
set(OSMIUM_VERSION_PATCH 0)

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

Expand Down

0 comments on commit 74ae8e9

Please sign in to comment.