Skip to content

Commit

Permalink
Merge pull request #1155 from georust/frewsxcv-patch-2
Browse files Browse the repository at this point in the history
Prepare for 0.28.0 release
  • Loading branch information
frewsxcv authored Feb 24, 2024
2 parents d0537ca + a4bc404 commit 08d3f39
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions geo/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Changes

## Unreleased

## 0.28.0

* BREAKING: The `HasKernel` trait was removed and it's functionality was merged
into `GeoNum`. If you are using common scalars for your geometry (f32, f64,
i64, i32, i16, isize), this should have no effect on you. If you are using an
Expand Down
4 changes: 2 additions & 2 deletions geo/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "geo"
description = "Geospatial primitives and algorithms"
version = "0.27.0"
version = "0.28.0"
license = "MIT OR Apache-2.0"
repository = "https://github.com/georust/geo"
documentation = "https://docs.rs/geo/"
Expand All @@ -22,7 +22,7 @@ use-serde = ["serde", "geo-types/serde"]
earcutr = { version = "0.4.2", optional = true }
spade = { version = "2.2.0", optional = true }
float_next_after = "1.0.0"
geo-types = { version = "0.7.12", features = ["approx", "use-rstar_0_12"] }
geo-types = { version = "0.7.13", 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 08d3f39

Please sign in to comment.