diff --git a/geo/CHANGES.md b/geo/CHANGES.md index 15760860e..7d422dbad 100644 --- a/geo/CHANGES.md +++ b/geo/CHANGES.md @@ -1,6 +1,6 @@ # Changes -## Unreleased +## 0.32.0 - 2025-12-05 - Move `PreparedGeometry` into a new `indexed` module intended to provide index-backed geometries. `relate::PreparedGeometry` has been deprecated. - Use an interval tree for faster (Multi)Point in MultiPolygon checks diff --git a/geo/Cargo.toml b/geo/Cargo.toml index ed6d9789e..e6df8afe6 100644 --- a/geo/Cargo.toml +++ b/geo/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "geo" description = "Geospatial primitives and algorithms" -version = "0.31.0" +version = "0.32.0" license = "MIT OR Apache-2.0" repository = "https://github.com/georust/geo" documentation = "https://docs.rs/geo/"