Skip to content

Commit 5efc762

Browse files
committed
Merge branch 'release/geo-types-0.7.18'
2 parents 87b70cc + 5c75e9c commit 5efc762

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

geo-types/CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changes
22

3-
## UNRELEASED
3+
## 0.7.18 - 2025-12-01
44

55
- Renamed features `use-rstar`, `use-rstar-0_8`, etc. to simply `rstar`, `rstar-0_8`, etc. (removing the `use-` prefix)
66
and deprecated the old spelling.

geo-types/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "geo-types"
3-
version = "0.7.17"
3+
version = "0.7.18"
44
license = "MIT OR Apache-2.0"
55
repository = "https://github.com/georust/geo"
66
documentation = "https://docs.rs/geo-types/"

geo/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ __allow_deprecated_features = []
2828
earcutr = { version = "0.4.2", optional = true }
2929
spade = { version = "2.10.0", optional = true }
3030
float_next_after = "1.0.0"
31-
geo-types = { version = "0.7.17", features = ["approx", "rstar_0_12"] }
31+
geo-types = { version = "0.7.18", features = ["approx", "rstar_0_12"] }
3232
geographiclib-rs = { version = "0.2.3", default-features = false }
3333
log = "0.4.11"
3434
num-traits = "0.2"

0 commit comments

Comments
 (0)