diff --git a/geo/CHANGES.md b/geo/CHANGES.md index 1256b81c3..ad1f414b0 100644 --- a/geo/CHANGES.md +++ b/geo/CHANGES.md @@ -2,6 +2,9 @@ ## Unreleased + +## 0.29.0 - 2024.10.30 + * Implement getter methods on `AffineTransform` to access internal elements. * * Fix issue in Debug impl for AffineTransform where yoff is shown instead of xoff diff --git a/geo/Cargo.toml b/geo/Cargo.toml index ae55d3fbf..c8cc5f188 100644 --- a/geo/Cargo.toml +++ b/geo/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "geo" description = "Geospatial primitives and algorithms" -version = "0.28.0" +version = "0.29.0" license = "MIT OR Apache-2.0" repository = "https://github.com/georust/geo" documentation = "https://docs.rs/geo/"