Skip to content

Commit 08d3f39

Browse files
authored
Merge pull request #1155 from georust/frewsxcv-patch-2
Prepare for 0.28.0 release
2 parents d0537ca + a4bc404 commit 08d3f39

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

geo/CHANGES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Changes
22

33
## Unreleased
4+
5+
## 0.28.0
6+
47
* BREAKING: The `HasKernel` trait was removed and it's functionality was merged
58
into `GeoNum`. If you are using common scalars for your geometry (f32, f64,
69
i64, i32, i16, isize), this should have no effect on you. If you are using an

geo/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "geo"
33
description = "Geospatial primitives and algorithms"
4-
version = "0.27.0"
4+
version = "0.28.0"
55
license = "MIT OR Apache-2.0"
66
repository = "https://github.com/georust/geo"
77
documentation = "https://docs.rs/geo/"
@@ -22,7 +22,7 @@ use-serde = ["serde", "geo-types/serde"]
2222
earcutr = { version = "0.4.2", optional = true }
2323
spade = { version = "2.2.0", optional = true }
2424
float_next_after = "1.0.0"
25-
geo-types = { version = "0.7.12", features = ["approx", "use-rstar_0_12"] }
25+
geo-types = { version = "0.7.13", features = ["approx", "use-rstar_0_12"] }
2626
geographiclib-rs = { version = "0.2.3", default-features = false }
2727
log = "0.4.11"
2828
num-traits = "0.2"

0 commit comments

Comments
 (0)