Skip to content

Commit

Permalink
Bump version to 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
minshao committed Aug 7, 2024
1 parent 33f0bb4 commit 6529e97
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.11.0] - 2024-08-07

### Changed

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

- A ball tree data structure to find nearest neighbors.

[Unreleased]: https://github.com/petabi/petal-neighbors/compare/0.10.0...main
[0.11.0]: https://github.com/petabi/petal-neighbors/compare/0.10.0...0.11.0
[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
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"
version = "0.11.0"
edition = "2021"
rust-version = "1.74"
description = "Nearest neighbor search algorithms including a ball tree and a vantage point tree."
Expand Down

0 comments on commit 6529e97

Please sign in to comment.