diff --git a/CHANGELOG.md b/CHANGELOG.md index e42ff60..6beb5bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ file is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [0.9.0] - 2024-08-09 ### Changed @@ -111,7 +111,7 @@ Versioning](https://semver.org/spec/v2.0.0.html). - The [OPTICS](https://en.wikipedia.org/wiki/OPTICS_algorithm) clustering algorithm. -[Unreleased]: https://github.com/petabi/petal-clustering/compare/0.8.0...main +[0.9.0]: https://github.com/petabi/petal-clustering/compare/0.8.0...0.9.0 [0.8.0]: https://github.com/petabi/petal-clustering/compare/0.7.0...0.8.0 [0.7.0]: https://github.com/petabi/petal-clustering/compare/0.6.0...0.7.0 [0.6.0]: https://github.com/petabi/petal-clustering/compare/0.5.1...0.6.0 diff --git a/Cargo.toml b/Cargo.toml index d1e4bd1..e750317 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "petal-clustering" -version = "0.8.0" +version = "0.9.0" edition = "2021" rust-version = "1.74" description = "A collection of clustering algorithms."