File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55and 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
Original file line number Diff line number Diff line change 11cmake_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
You can’t perform that action at this time.
0 commit comments