Skip to content

Commit

Permalink
prepare for geo 0.29.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
frewsxcv committed Nov 15, 2024
1 parent 64f56cb commit d751bb8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions geo/CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

## Unreleased

## 0.29.2 - 2024.11.15

- Pin `i_overlay` to < 1.8.0 to work around [recursion bug](https://github.com/georust/geo/issues/1270).
- <https://github.com/georust/geo/pull/1271>
- Add multithreading support to `Multi*` geometries
- <https://github.com/georust/geo/pull/1265>

## 0.29.1 - 2024.11.01

- Allow configuring of the `i_overlay` Rayon transitive dependency with a new Cargo `multithreading` flag.
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.29.1"
version = "0.29.2"
license = "MIT OR Apache-2.0"
repository = "https://github.com/georust/geo"
documentation = "https://docs.rs/geo/"
Expand Down

0 comments on commit d751bb8

Please sign in to comment.