File tree 2 files changed +13
-3
lines changed
2 files changed +13
-3
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/).
8
8
9
9
### Added
10
10
11
+ ### Changed
12
+
13
+ ### Fixed
14
+
15
+
16
+ ## [ 2.3.0] - 2021-01-08
17
+
18
+ ### Added
19
+
11
20
- Add ` -g ` , ` --gdal-driver=DRIVER ` option to ` osmcoastline ` . This allows
12
21
writing results to a shapefile or other format, not only to sqlite files.
13
22
@@ -170,7 +179,8 @@ This project adheres to [Semantic Versioning](https://semver.org/).
170
179
- Added man pages
171
180
172
181
173
- [ unreleased ] : https://github.com/osmcode/osmium-tool/compare/v2.2.4...HEAD
182
+ [ unreleased ] : https://github.com/osmcode/osmium-tool/compare/v2.3.0...HEAD
183
+ [ 2.3.0 ] : https://github.com/osmcode/osmium-tool/compare/v2.2.4...v2.3.0
174
184
[ 2.2.4 ] : https://github.com/osmcode/osmium-tool/compare/v2.2.3...v2.2.4
175
185
[ 2.2.3 ] : https://github.com/osmcode/osmium-tool/compare/v2.2.2...v2.2.3
176
186
[ 2.2.2 ] : https://github.com/osmcode/osmium-tool/compare/v2.2.1...v2.2.2
Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ list(APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake")
19
19
project (osmcoastline)
20
20
21
21
set (OSMCOASTLINE_VERSION_MAJOR 2)
22
- set (OSMCOASTLINE_VERSION_MINOR 2 )
23
- set (OSMCOASTLINE_VERSION_PATCH 4 )
22
+ set (OSMCOASTLINE_VERSION_MINOR 3 )
23
+ set (OSMCOASTLINE_VERSION_PATCH 0 )
24
24
25
25
set (OSMCOASTLINE_VERSION
26
26
${OSMCOASTLINE_VERSION_MAJOR} .${OSMCOASTLINE_VERSION_MINOR} .${OSMCOASTLINE_VERSION_PATCH} )
You can’t perform that action at this time.
0 commit comments