Skip to content

Commit

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

## Unreleased

## 0.7.14

- POSSIBLY BREAKING: Minimum supported version of Rust (MSRV) is now 1.75
- <https://github.com/georust/geo/pull/1216>
- Add rstar compatibility for MultiPolygon
- Add multi-threading support to Multi\* geometries.
- Feature-gated ('multithreading'), disabled by default, enabled by default when geo-types is used by geo
- Feature-gated (`multithreading`), disabled by default, enabled by default when `geo-types` is used by `geo`

## 0.7.13

Expand Down
2 changes: 1 addition & 1 deletion geo-types/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "geo-types"
version = "0.7.13"
version = "0.7.14"
license = "MIT OR Apache-2.0"
repository = "https://github.com/georust/geo"
documentation = "https://docs.rs/geo-types/"
Expand Down

0 comments on commit 64f56cb

Please sign in to comment.