File tree 3 files changed +14
-4
lines changed
3 files changed +14
-4
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.17.1] - 2021-10-05
17
+
18
+ ### Added
19
+
11
20
* Add ` osmium_tags_filter ` example showing use of tags filter.
12
21
* Add ` Writer::set_header() ` function to set header after constructing.
13
22
@@ -1139,7 +1148,8 @@ This project adheres to [Semantic Versioning](https://semver.org/).
1139
1148
Doxygen (up to version 1.8.8). This version contains a workaround to fix
1140
1149
this.
1141
1150
1142
- [ unreleased ] : https://github.com/osmcode/libosmium/compare/v2.17.0...HEAD
1151
+ [ unreleased ] : https://github.com/osmcode/libosmium/compare/v2.17.1...HEAD
1152
+ [ 2.17.1 ] : https://github.com/osmcode/libosmium/compare/v2.17.0...v2.17.1
1143
1153
[ 2.17.0 ] : https://github.com/osmcode/libosmium/compare/v2.16.0...v2.17.0
1144
1154
[ 2.16.0 ] : https://github.com/osmcode/libosmium/compare/v2.15.6...v2.16.0
1145
1155
[ 2.15.6 ] : https://github.com/osmcode/libosmium/compare/v2.15.5...v2.15.6
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ project(libosmium)
40
40
41
41
set (LIBOSMIUM_VERSION_MAJOR 2)
42
42
set (LIBOSMIUM_VERSION_MINOR 17)
43
- set (LIBOSMIUM_VERSION_PATCH 0 )
43
+ set (LIBOSMIUM_VERSION_PATCH 1 )
44
44
45
45
set (LIBOSMIUM_VERSION
46
46
"${LIBOSMIUM_VERSION_MAJOR} .${LIBOSMIUM_VERSION_MINOR} .${LIBOSMIUM_VERSION_PATCH} " )
Original file line number Diff line number Diff line change @@ -35,8 +35,8 @@ DEALINGS IN THE SOFTWARE.
35
35
36
36
#define LIBOSMIUM_VERSION_MAJOR 2
37
37
#define LIBOSMIUM_VERSION_MINOR 17
38
- #define LIBOSMIUM_VERSION_PATCH 0
38
+ #define LIBOSMIUM_VERSION_PATCH 1
39
39
40
- #define LIBOSMIUM_VERSION_STRING " 2.17.0 "
40
+ #define LIBOSMIUM_VERSION_STRING " 2.17.1 "
41
41
42
42
#endif // OSMIUM_VERSION_HPP
You can’t perform that action at this time.
0 commit comments