From 1a3ce66df26cec78fbc85a3fa5f7970b39fe95f8 Mon Sep 17 00:00:00 2001 From: Michael Kirk Date: Tue, 14 Nov 2023 08:24:51 +0100 Subject: [PATCH] prepare for geo-types 0.7.12 release --- geo-types/CHANGES.md | 2 +- geo-types/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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/"