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 authored and msk committed Aug 7, 2024
1 parent 33f0bb4 commit 465e707
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@ 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

- Requires Rust 1.74 or newer.
- Updated ndarray to 0.16.

## [0.10.0] - 2023-12-20

Expand Down Expand Up @@ -125,7 +126,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 465e707

Please sign in to comment.