From e4e77d702c5046eb0c05352da6c873408c561684 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20H=C3=BCgel?= Date: Sun, 3 Nov 2024 20:55:14 +0000 Subject: [PATCH] Prepare for 0.12.1 release --- rstar/CHANGELOG.md | 2 +- rstar/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rstar/CHANGELOG.md b/rstar/CHANGELOG.md index c56cef6..dc899cb 100644 --- a/rstar/CHANGELOG.md +++ b/rstar/CHANGELOG.md @@ -1,4 +1,4 @@ -# Unreleased +# 0.12.1 ## Added - Provide selection methods based on internal iteration ([PR](https://github.com/georust/rstar/pull/164)) diff --git a/rstar/Cargo.toml b/rstar/Cargo.toml index 020d694..9c67928 100644 --- a/rstar/Cargo.toml +++ b/rstar/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rstar" -version = "0.12.0" +version = "0.12.1" authors = ["Stefan Altmayer ", "The Georust Developers "] description = "An R*-tree spatial index" documentation = "https://docs.rs/rstar/"