File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed
Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ project(osmium)
2626
2727set (OSMIUM_VERSION_MAJOR 1)
2828set (OSMIUM_VERSION_MINOR 13)
29- set (OSMIUM_VERSION_PATCH 1 )
29+ set (OSMIUM_VERSION_PATCH 2 )
3030
3131set (OSMIUM_VERSION ${OSMIUM_VERSION_MAJOR} .${OSMIUM_VERSION_MINOR} .${OSMIUM_VERSION_PATCH} )
3232
You can’t perform that action at this time.
0 commit comments