Skip to content

Commit b9b5f46

Browse files
committed
Release v2.6.0
1 parent 408325d commit b9b5f46

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,15 @@ This project adheres to [Semantic Versioning](http://semver.org/).
88

99
### Added
1010

11+
### Changed
12+
13+
### Fixed
14+
15+
16+
## [2.6.0] - 2016-02-04
17+
18+
### Added
19+
1120
- The new handler osmium::handler::CheckOrder can be used to check that a
1221
file is properly ordered.
1322
- Add new method to build OSM nodes, ways, relations, changesets, and areas
@@ -251,7 +260,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
251260
Doxygen (up to version 1.8.8). This version contains a workaround to fix
252261
this.
253262

254-
[unreleased]: https://github.com/osmcode/libosmium/compare/v2.5.4...HEAD
263+
[unreleased]: https://github.com/osmcode/libosmium/compare/v2.6.0...HEAD
264+
[2.6.0]: https://github.com/osmcode/libosmium/compare/v2.5.4...v2.6.0
255265
[2.5.4]: https://github.com/osmcode/libosmium/compare/v2.5.3...v2.5.4
256266
[2.5.3]: https://github.com/osmcode/libosmium/compare/v2.5.2...v2.5.3
257267
[2.5.2]: https://github.com/osmcode/libosmium/compare/v2.5.1...v2.5.2

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ set(CMAKE_CONFIGURATION_TYPES "Debug;Release;RelWithDebInfo;MinSizeRel;Dev;Cover
2424
project(libosmium)
2525

2626
set(LIBOSMIUM_VERSION_MAJOR 2)
27-
set(LIBOSMIUM_VERSION_MINOR 5)
28-
set(LIBOSMIUM_VERSION_PATCH 4)
27+
set(LIBOSMIUM_VERSION_MINOR 6)
28+
set(LIBOSMIUM_VERSION_PATCH 0)
2929

3030
set(LIBOSMIUM_VERSION
3131
"${LIBOSMIUM_VERSION_MAJOR}.${LIBOSMIUM_VERSION_MINOR}.${LIBOSMIUM_VERSION_PATCH}")

0 commit comments

Comments
 (0)