Skip to content

Commit 7a48e31

Browse files
authored
Prepare for 0.12.1 release (#180)
- [x] I agree to follow the project's [code of conduct](https://github.com/georust/geo/blob/master/CODE_OF_CONDUCT.md). - [x] I added an entry to `rstar/CHANGELOG.md` if knowledge of this change could be valuable to users. ---
1 parent 3bed408 commit 7a48e31

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rstar/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Unreleased
1+
# 0.12.1
22

33
## Added
44
- Provide selection methods based on internal iteration ([PR](https://github.com/georust/rstar/pull/164))

rstar/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rstar"
3-
version = "0.12.0"
3+
version = "0.12.1"
44
authors = ["Stefan Altmayer <[email protected]>", "The Georust Developers <[email protected]>"]
55
description = "An R*-tree spatial index"
66
documentation = "https://docs.rs/rstar/"

0 commit comments

Comments
 (0)