Skip to content

Commit

Permalink
Bump version to 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
msk committed Nov 2, 2024
1 parent 88ef5b9 commit f20c908
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ 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.10.0] - 2024-11-01

### Added
### Changed

- `HDbscan` now accepts `f32`, in addion to `f64`, as the element type of the
input matrix.
Expand Down Expand Up @@ -118,7 +118,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.9.0...main
[0.10.0]: https://github.com/petabi/petal-clustering/compare/0.9.0...0.10.0
[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
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.9.0"
version = "0.10.0"
edition = "2021"
rust-version = "1.74"
description = "A collection of clustering algorithms."
Expand Down

0 comments on commit f20c908

Please sign in to comment.