Skip to content

Commit

Permalink
prepare for geo-types 0.7.15 release
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkirk committed Jan 13, 2025
1 parent 1335472 commit 0c90908
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
3 changes: 1 addition & 2 deletions geo-types/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# Changes

## Unreleased
## 0.7.15 - 2025-01-14

- Fix page location of citation for mean earth radius used in Haversine calculations
- Implement `RTreeObject` for `Triangle`.
- Implement `AsRef<Coord>` for `Point` and `Coord`.

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.14"
version = "0.7.15"
license = "MIT OR Apache-2.0"
repository = "https://github.com/georust/geo"
documentation = "https://docs.rs/geo-types/"
Expand Down
3 changes: 2 additions & 1 deletion geo/CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

## Unreleased

- Add top-level doc link for `InteriorPoint`
- Docs: Fix page location of citation for mean earth radius used in Haversine calculations
- Docs: Add top-level doc link for `InteriorPoint`
- Add Unary Union algorithm for fast union ops on adjacent / overlapping geometries
- <https://github.com/georust/geo/pull/1246>
- Loosen bounds on `RemoveRepeatedPoints` trait (`num_traits::FromPrimitive` isn't required)
Expand Down
2 changes: 1 addition & 1 deletion geo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ multithreading = ["i_overlay/allow_multithreading", "geo-types/multithreading"]
earcutr = { version = "0.4.2", optional = true }
spade = { version = "2.10.0", optional = true }
float_next_after = "1.0.0"
geo-types = { version = "0.7.13", features = ["approx", "use-rstar_0_12"] }
geo-types = { version = "0.7.15", features = ["approx", "use-rstar_0_12"] }
geographiclib-rs = { version = "0.2.3", default-features = false }
log = "0.4.11"
num-traits = "0.2"
Expand Down

0 comments on commit 0c90908

Please sign in to comment.