Skip to content

Commit 3c981c4

Browse files
committed
Release v1.12.1
1 parent 4d4a95d commit 3c981c4

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

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

1111
### Changed
1212

13+
### Fixed
14+
15+
## [1.12.1] - 2020-06-27
16+
17+
### Changed
18+
1319
* Require libosmium 2.15.6 which has an important fix related
1420
to multipolygons assembly (needed for "osmium export").
1521

16-
### Fixed
1722

1823
## [1.12.0] - 2020-04-21
1924

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 12)
29-
set(OSMIUM_VERSION_PATCH 0)
29+
set(OSMIUM_VERSION_PATCH 1)
3030

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

0 commit comments

Comments
 (0)