Skip to content

Commit f20c908

Browse files
committed
Bump version to 0.10.0
1 parent 88ef5b9 commit f20c908

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ file is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and
55
this project adheres to [Semantic
66
Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [0.10.0] - 2024-11-01
99

10-
### Added
10+
### Changed
1111

1212
- `HDbscan` now accepts `f32`, in addion to `f64`, as the element type of the
1313
input matrix.
@@ -118,7 +118,7 @@ Versioning](https://semver.org/spec/v2.0.0.html).
118118
- The [OPTICS](https://en.wikipedia.org/wiki/OPTICS_algorithm) clustering
119119
algorithm.
120120

121-
[Unreleased]: https://github.com/petabi/petal-clustering/compare/0.9.0...main
121+
[0.10.0]: https://github.com/petabi/petal-clustering/compare/0.9.0...0.10.0
122122
[0.9.0]: https://github.com/petabi/petal-clustering/compare/0.8.0...0.9.0
123123
[0.8.0]: https://github.com/petabi/petal-clustering/compare/0.7.0...0.8.0
124124
[0.7.0]: https://github.com/petabi/petal-clustering/compare/0.6.0...0.7.0

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "petal-clustering"
3-
version = "0.9.0"
3+
version = "0.10.0"
44
edition = "2021"
55
rust-version = "1.74"
66
description = "A collection of clustering algorithms."

0 commit comments

Comments
 (0)