diff --git a/geo-types/CHANGES.md b/geo-types/CHANGES.md index 8f0091856..3387cb661 100644 --- a/geo-types/CHANGES.md +++ b/geo-types/CHANGES.md @@ -1,6 +1,6 @@ # Changes -## Unreleased +## 0.7.13 * POSSIBLY BREAKING: Minimum supported version of Rust (MSRV) is now 1.70 * diff --git a/geo-types/Cargo.toml b/geo-types/Cargo.toml index 18627dbf4..29c1ab808 100644 --- a/geo-types/Cargo.toml +++ b/geo-types/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "geo-types" -version = "0.7.12" +version = "0.7.13" license = "MIT OR Apache-2.0" repository = "https://github.com/georust/geo" documentation = "https://docs.rs/geo-types/"