From 3b327019bf6826941c22bc0b22b87feebe4d69d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20H=C3=BCgel?= Date: Sun, 28 Jan 2024 21:46:21 +0000 Subject: [PATCH] Prepare for 0.12.0 release (#157) --- rstar/CHANGELOG.md | 2 +- rstar/Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/rstar/CHANGELOG.md b/rstar/CHANGELOG.md index 8676fd5..e2de617 100644 --- a/rstar/CHANGELOG.md +++ b/rstar/CHANGELOG.md @@ -1,4 +1,4 @@ -# Unreleased +# 0.12.0 ## Added - Add optional support for the [mint](https://docs.rs/mint/0.5.9/mint/index.html) crate diff --git a/rstar/Cargo.toml b/rstar/Cargo.toml index a780cd8..020d694 100644 --- a/rstar/Cargo.toml +++ b/rstar/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "rstar" -version = "0.11.0" +version = "0.12.0" authors = ["Stefan Altmayer ", "The Georust Developers "] -description = "R*-tree library for the Rust ecosystem" +description = "An R*-tree spatial index" documentation = "https://docs.rs/rstar/" repository = "https://github.com/georust/rstar" license = "MIT OR Apache-2.0"