File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,9 @@ 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.6.2] - 2025-03-08
811### Fixed
912- Fixed links in CHANGELOG and README. [ #152 ] ( https://github.com/tzaeschke/phtree-cpp/issues/152 )
1013- Compiler errors with AppleClang 14. [ #149 ] ( https://github.com/tzaeschke/phtree-cpp/issues/149 )
@@ -238,7 +241,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
238241- Nothing.
239242
240243
241- [ Unreleased ] : https://github.com/tzaeschke/phtree-cpp/compare/v1.6.1...HEAD
244+ [ Unreleased ] : https://github.com/tzaeschke/phtree-cpp/compare/v1.6.2...HEAD
245+ [ 1.6.2 ] : https://github.com/tzaeschke/phtree-cpp/compare/v1.6.1...v1.6.2
242246[ 1.6.1 ] : https://github.com/tzaeschke/phtree-cpp/compare/v1.6.0...v1.6.1
243247[ 1.6.0 ] : https://github.com/tzaeschke/phtree-cpp/compare/v1.5.0...v1.6.0
244248[ 1.5.0 ] : https://github.com/tzaeschke/phtree-cpp/compare/v1.4.0...v1.5.0
Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.14)
22
3- project (phtree VERSION 1.6.1
3+ project (phtree VERSION 1.6.2
44 DESCRIPTION "PH-Tree C++"
55 HOMEPAGE_URL "https://github.com/tzaeschke/phtree-cpp"
66 LANGUAGES CXX)
Original file line number Diff line number Diff line change @@ -575,7 +575,7 @@ __before__ importing any Windows SDK dependencies.
575575```
576576http_archive(
577577 name = "phtree",
578- strip_prefix = "phtree-cpp-v1.6.1 ",
578+ strip_prefix = "phtree-cpp-v1.6.2 ",
579579 url = "https://github.com/tzaeschke/phtree-cpp",
580580)
581581```
@@ -617,7 +617,7 @@ include(FetchContent)
617617FetchContent_Declare(
618618 phtree
619619 GIT_REPOSITORY https://github.com/tzaeschke/phtree-cpp.git
620- GIT_TAG v1.6.1
620+ GIT_TAG v1.6.2
621621)
622622FetchContent_MakeAvailable(phtree)
623623```
You can’t perform that action at this time.
0 commit comments