From 0c909087e623674c65e1ab45db60df42266cb67f Mon Sep 17 00:00:00 2001 From: Michael Kirk Date: Mon, 13 Jan 2025 15:19:28 -0800 Subject: [PATCH] prepare for geo-types 0.7.15 release --- geo-types/CHANGES.md | 3 +-- geo-types/Cargo.toml | 2 +- geo/CHANGES.md | 3 ++- geo/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/geo-types/CHANGES.md b/geo-types/CHANGES.md index e0d06f76c..d2b73a308 100644 --- a/geo-types/CHANGES.md +++ b/geo-types/CHANGES.md @@ -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` for `Point` and `Coord`. diff --git a/geo-types/Cargo.toml b/geo-types/Cargo.toml index 35890c329..eef3e015c 100644 --- a/geo-types/Cargo.toml +++ b/geo-types/Cargo.toml @@ -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/" diff --git a/geo/CHANGES.md b/geo/CHANGES.md index 0e06c85f4..293bd0281 100644 --- a/geo/CHANGES.md +++ b/geo/CHANGES.md @@ -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 - - Loosen bounds on `RemoveRepeatedPoints` trait (`num_traits::FromPrimitive` isn't required) diff --git a/geo/Cargo.toml b/geo/Cargo.toml index 40bbc7c3e..7452ace16 100644 --- a/geo/Cargo.toml +++ b/geo/Cargo.toml @@ -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"