Skip to content

Commit

Permalink
Release v1.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
joto committed Oct 5, 2021
1 parent 9d1841f commit 38590f7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@ This project adheres to [Semantic Versioning](https://semver.org/).

### Added

### Changed

### Fixed


## [1.13.2] - 2021-10-05

### Added

- New `osmium removeid` command to remove all objects with the specified IDs
from an OSM file. (This is, in a way, the opposite of the `osmium getid`
command.)
Expand Down Expand Up @@ -636,7 +645,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.13.1...HEAD
[unreleased]: https://github.com/osmcode/osmium-tool/compare/v1.13.2...HEAD
[1.13.2]: https://github.com/osmcode/osmium-tool/compare/v1.13.1...v1.13.2
[1.13.1]: https://github.com/osmcode/osmium-tool/compare/v1.13.0...v1.13.1
[1.13.0]: https://github.com/osmcode/osmium-tool/compare/v1.12.1...v1.13.0
[1.12.1]: https://github.com/osmcode/osmium-tool/compare/v1.12.0...v1.12.1
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ project(osmium)

set(OSMIUM_VERSION_MAJOR 1)
set(OSMIUM_VERSION_MINOR 13)
set(OSMIUM_VERSION_PATCH 1)
set(OSMIUM_VERSION_PATCH 2)

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

Expand Down

0 comments on commit 38590f7

Please sign in to comment.