diff --git a/CHANGELOG.md b/CHANGELOG.md index 2dcce5d..58a6102 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.0.8](https://github.com/chargetrip/supercluster-rs/compare/v3.0.7...v3.0.8) - 2025-10-03 + +### Other + +- Merge pull request #48 from chargetrip/dependabot/cargo/thiserror-2.0.17 +- *(deps)* bump thiserror from 2.0.16 to 2.0.17 +- *(deps)* bump serde_json from 1.0.143 to 1.0.145 + ## [3.0.7](https://github.com/chargetrip/supercluster-rs/compare/v3.0.6...v3.0.7) - 2025-09-09 ### Other diff --git a/Cargo.lock b/Cargo.lock index 9fa90e4..db9804d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -597,7 +597,7 @@ dependencies = [ [[package]] name = "supercluster" -version = "3.0.7" +version = "3.0.8" dependencies = [ "criterion", "env_logger", diff --git a/Cargo.toml b/Cargo.toml index 7bb802e..57d45cd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "supercluster" description = "Geospatial and non-geospatial point clustering." -version = "3.0.7" +version = "3.0.8" edition = "2021" license = "MIT" readme = "README.md"