Skip to content

Commit 141f335

Browse files
release 1.1.1 (#27)
1 parent d1b2d96 commit 141f335

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
Nothing yet.
9+
10+
## [1.1.1] - 2022-01-30
811
### Changed
9-
- Replaced size() in filters with DIM
12+
- Replaced size() in filters with DIM [#26](https://github.com/improbable-eng/phtree-cpp/pull/26)
1013

1114
## [1.1.0] - 2022-01-25
1215
### Added
@@ -67,7 +70,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6770
- Nothing.
6871

6972

70-
[Unreleased]: https://github.com/improbable-eng/phtree-cpp/compare/v1.1.0...HEAD
73+
[Unreleased]: https://github.com/improbable-eng/phtree-cpp/compare/v1.1.1...HEAD
74+
[1.1.1]: https://github.com/improbable-eng/phtree-cpp/compare/v1.1.0...v1.1.1
7175
[1.1.0]: https://github.com/improbable-eng/phtree-cpp/compare/v1.0.0...v1.1.0
7276
[1.0.1]: https://github.com/improbable-eng/phtree-cpp/compare/v1.0.0...v1.0.1
7377
[1.0.0]: https://github.com/improbable-eng/phtree-cpp/compare/v0.1.0...v1.0.0

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.14)
22

33
# set the project name
4-
project(PH_Tree_Main VERSION 1.1.0
4+
project(PH_Tree_Main VERSION 1.1.1
55
DESCRIPTION "PH-Tree C++"
66
LANGUAGES CXX)
77

0 commit comments

Comments
 (0)