Skip to content

Commit 38590f7

Browse files
committed
Release v1.13.2
1 parent 9d1841f commit 38590f7

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,15 @@ This project adheres to [Semantic Versioning](https://semver.org/).
88

99
### Added
1010

11+
### Changed
12+
13+
### Fixed
14+
15+
16+
## [1.13.2] - 2021-10-05
17+
18+
### Added
19+
1120
- New `osmium removeid` command to remove all objects with the specified IDs
1221
from an OSM file. (This is, in a way, the opposite of the `osmium getid`
1322
command.)
@@ -636,7 +645,8 @@ This project adheres to [Semantic Versioning](https://semver.org/).
636645
- Minor updates to documentation and build system
637646

638647

639-
[unreleased]: https://github.com/osmcode/osmium-tool/compare/v1.13.1...HEAD
648+
[unreleased]: https://github.com/osmcode/osmium-tool/compare/v1.13.2...HEAD
649+
[1.13.2]: https://github.com/osmcode/osmium-tool/compare/v1.13.1...v1.13.2
640650
[1.13.1]: https://github.com/osmcode/osmium-tool/compare/v1.13.0...v1.13.1
641651
[1.13.0]: https://github.com/osmcode/osmium-tool/compare/v1.12.1...v1.13.0
642652
[1.12.1]: https://github.com/osmcode/osmium-tool/compare/v1.12.0...v1.12.1

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ project(osmium)
2626

2727
set(OSMIUM_VERSION_MAJOR 1)
2828
set(OSMIUM_VERSION_MINOR 13)
29-
set(OSMIUM_VERSION_PATCH 1)
29+
set(OSMIUM_VERSION_PATCH 2)
3030

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

0 commit comments

Comments
 (0)