Skip to content

Commit

Permalink
release 1.1.1 (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
improbable-til authored Jan 30, 2022
1 parent d1b2d96 commit 141f335
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
Nothing yet.

## [1.1.1] - 2022-01-30
### Changed
- Replaced size() in filters with DIM
- Replaced size() in filters with DIM [#26](https://github.com/improbable-eng/phtree-cpp/pull/26)

## [1.1.0] - 2022-01-25
### Added
Expand Down Expand Up @@ -67,7 +70,8 @@ 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.1.0...HEAD
[Unreleased]: https://github.com/improbable-eng/phtree-cpp/compare/v1.1.1...HEAD
[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
[1.0.0]: https://github.com/improbable-eng/phtree-cpp/compare/v0.1.0...v1.0.0
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(PH_Tree_Main VERSION 1.1.0
project(PH_Tree_Main VERSION 1.1.1
DESCRIPTION "PH-Tree C++"
LANGUAGES CXX)

Expand Down

0 comments on commit 141f335

Please sign in to comment.