Skip to content

Commit 47693bd

Browse files
committed
Release 1.6.2
1 parent 2deac8a commit 47693bd

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ 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.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

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_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)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@ __before__ importing any Windows SDK dependencies.
575575
```
576576
http_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)
617617
FetchContent_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
)
622622
FetchContent_MakeAvailable(phtree)
623623
```

0 commit comments

Comments
 (0)