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
minshao authored and msk committed Dec 20, 2023
1 parent 6e28eb2 commit 742aa49
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion 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.10.0] - 2023-12-20

### Changed

Expand Down Expand Up @@ -119,6 +119,7 @@ Versioning](https://semver.org/spec/v2.0.0.html).

- A ball tree data structure to find nearest neighbors.

[0.10.0]: https://github.com/petabi/petal-neighbors/compare/0.9.0...0.10.0
[0.9.0]: https://github.com/petabi/petal-neighbors/compare/0.8.0...0.9.0
[0.8.0]: https://github.com/petabi/petal-neighbors/compare/0.7.1...0.8.0
[0.7.1]: https://github.com/petabi/petal-neighbors/compare/0.7.0...0.7.1
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-neighbors"
version = "0.10.0-rc.1"
version = "0.10.0"
edition = "2021"
rust-version = "1.70"
description = "Nearest neighbor search algorithms including a ball tree and a vantage point tree."
Expand Down

0 comments on commit 742aa49

Please sign in to comment.