Skip to content

Commit

Permalink
v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tzaeschke committed Aug 28, 2022
1 parent d89e32c commit fcbfd85
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
18 changes: 16 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]
### Added
- Nothing.

### Changed
- Nothing.

### Removed
- Nothing.

### Fixed
- Nothing.

## [1.3.0] - 2022-08-28
### Added
- Added flag to relocate() allow short cutting in case of identical keys.
[#68](https://github.com/tzaeschke/phtree-cpp/issues/68)
- Added tested support for move-only and copy-only value objects.
Expand Down Expand Up @@ -136,8 +149,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Nothing.


[Unreleased]: https://github.com/improbable-eng/phtree-cpp/compare/v1.2.0...HEAD
[1.2.0]: https://github.com/improbable-eng/phtree-cpp/compare/v1.2.0...v1.1.0
[Unreleased]: https://github.com/improbable-eng/phtree-cpp/compare/v1.3.0...HEAD
[1.3.0]: https://github.com/improbable-eng/phtree-cpp/compare/v1.2.0...v1.3.0
[1.2.0]: https://github.com/improbable-eng/phtree-cpp/compare/v1.1.0...v1.2.0
[1.1.1]: https://github.com/improbable-eng/phtree-cpp/compare/v1.1.0...v1.1.1
[1.1.0]: https://github.com/improbable-eng/phtree-cpp/compare/v1.0.0...v1.1.0
[1.0.1]: https://github.com/improbable-eng/phtree-cpp/compare/v1.0.0...v1.0.1
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.14)

# set the project name
project(phtree VERSION 1.2.0
project(phtree VERSION 1.3.0
DESCRIPTION "PH-Tree C++"
LANGUAGES CXX)

Expand Down

0 comments on commit fcbfd85

Please sign in to comment.