Skip to content

Commit 7813f1f

Browse files
committed
Release v2.2.2
1 parent d972e85 commit 7813f1f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,13 @@ This project adheres to [Semantic Versioning](https://semver.org/).
1313
### Fixed
1414

1515

16+
## [2.2.2] - 2018-02-03
17+
18+
### Fixed
19+
20+
- Make `--output-lines` work even if `--output-polygons` is set to `none`.
21+
22+
1623
## [2.2.1] - 2018-12-07
1724

1825
### Added

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ project(osmcoastline)
2020

2121
set(OSMCOASTLINE_VERSION_MAJOR 2)
2222
set(OSMCOASTLINE_VERSION_MINOR 2)
23-
set(OSMCOASTLINE_VERSION_PATCH 1)
23+
set(OSMCOASTLINE_VERSION_PATCH 2)
2424

2525
set(OSMCOASTLINE_VERSION
2626
${OSMCOASTLINE_VERSION_MAJOR}.${OSMCOASTLINE_VERSION_MINOR}.${OSMCOASTLINE_VERSION_PATCH})

0 commit comments

Comments
 (0)