diff --git a/geo-types/CHANGES.md b/geo-types/CHANGES.md index 8b34c1a9f..c3d959910 100644 --- a/geo-types/CHANGES.md +++ b/geo-types/CHANGES.md @@ -1,6 +1,6 @@ # Changes -## Unrealeased +## 0.7.12 * Add `Polygon::try_exterior_mut` and `Polygon::try_interiors_mut`. diff --git a/geo-types/Cargo.toml b/geo-types/Cargo.toml index a5b9d747c..ab59eff55 100644 --- a/geo-types/Cargo.toml +++ b/geo-types/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "geo-types" -version = "0.7.11" +version = "0.7.12" license = "MIT OR Apache-2.0" repository = "https://github.com/georust/geo" documentation = "https://docs.rs/geo-types/"