Skip to content

Commit 72d734d

Browse files
committed
Release v2.1.4
1 parent 5c2ed07 commit 72d734d

File tree

2 files changed

+18
-6
lines changed

2 files changed

+18
-6
lines changed

CHANGELOG.md

+17-5
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,27 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1313
### Fixed
1414

1515

16+
## [2.1.4] - 2016-09-16
17+
18+
### Changed
19+
20+
- Miscellaneous code cleanups.
21+
22+
### Fixed
23+
24+
- Windows build.
25+
26+
1627
## [2.1.3] - 2016-03-30
1728

1829
### Added
1930

20-
- Add verbose option to osmcoastline_filter.
21-
- osmcoastline_filter now shows memory used in verbose mode.
31+
- Add verbose option to `osmcoastline_filter`.
32+
- `osmcoastline_filter` now shows memory used in verbose mode.
2233

2334
### Changed
2435

25-
- Optimized osmcoastline_filter program.
36+
- Optimized `osmcoastline_filter` program.
2637
- Use more features from newest libosmium.
2738

2839
### Fixed
@@ -44,7 +55,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
4455
- Updated for newest libosmium version (2.5.2).
4556
- Uses gdalcpp.hpp from https://github.com/joto/gdalcpp instead of directly
4657
talking to GDAL/OGR. Makes this compatible with GDAL 2.
47-
- Improved internal code using unique_ptr where possible.
58+
- Improved internal code using `unique_ptr` where possible.
4859

4960
### Fixed
5061

@@ -77,7 +88,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
7788
- Added man pages
7889

7990

80-
[unreleased]: https://github.com/osmcode/osmium-tool/compare/v2.1.3...HEAD
91+
[unreleased]: https://github.com/osmcode/osmium-tool/compare/v2.1.4...HEAD
92+
[2.1.4]: https://github.com/osmcode/osmium-tool/compare/v2.1.3...v2.1.4
8193
[2.1.3]: https://github.com/osmcode/osmium-tool/compare/v2.1.2...v2.1.3
8294
[2.1.2]: https://github.com/osmcode/osmium-tool/compare/v2.1.1...v2.1.2
8395
[2.1.1]: https://github.com/osmcode/osmium-tool/compare/v2.1.0...v2.1.1

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 1)
23-
set(OSMCOASTLINE_VERSION_PATCH 3)
23+
set(OSMCOASTLINE_VERSION_PATCH 4)
2424

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

0 commit comments

Comments
 (0)