Skip to content

Commit

Permalink
Merge pull request #1240 from georust/release/v0.29.0
Browse files Browse the repository at this point in the history
prepare for 0.29.0 release
  • Loading branch information
michaelkirk authored Oct 30, 2024
2 parents f74f79e + f0278e7 commit 666d230
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions geo/CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## Unreleased


## 0.29.0 - 2024.10.30

* Implement getter methods on `AffineTransform` to access internal elements.
* <https://github.com/georust/geo/pull/1159>
* Fix issue in Debug impl for AffineTransform where yoff is shown instead of xoff
Expand Down
2 changes: 1 addition & 1 deletion geo/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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/"
Expand Down

0 comments on commit 666d230

Please sign in to comment.