Skip to content

Commit

Permalink
Bump version to 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
minshao committed Aug 10, 2024
1 parent 9c324cb commit 12fcaa1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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."
Expand Down

0 comments on commit 12fcaa1

Please sign in to comment.