We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d4a95d commit 3c981c4Copy full SHA for 3c981c4
CHANGELOG.md
@@ -10,10 +10,15 @@ This project adheres to [Semantic Versioning](https://semver.org/).
10
11
### Changed
12
13
+### Fixed
14
+
15
+## [1.12.1] - 2020-06-27
16
17
+### Changed
18
19
* Require libosmium 2.15.6 which has an important fix related
20
to multipolygons assembly (needed for "osmium export").
21
-### Fixed
22
23
## [1.12.0] - 2020-04-21
24
CMakeLists.txt
@@ -26,7 +26,7 @@ project(osmium)
26
27
set(OSMIUM_VERSION_MAJOR 1)
28
set(OSMIUM_VERSION_MINOR 12)
29
-set(OSMIUM_VERSION_PATCH 0)
+set(OSMIUM_VERSION_PATCH 1)
30
31
set(OSMIUM_VERSION ${OSMIUM_VERSION_MAJOR}.${OSMIUM_VERSION_MINOR}.${OSMIUM_VERSION_PATCH})
32
0 commit comments