Skip to content

Commit

Permalink
Merge georust#990
Browse files Browse the repository at this point in the history
990: prepare for geo-0.24.0 release r=michaelkirk a=michaelkirk

- [x] I agree to follow the project's [code of conduct](https://github.com/georust/geo/blob/main/CODE_OF_CONDUCT.md).
- [x] I added an entry to `CHANGES.md` if knowledge of this change could be valuable to users.
---

~~Note: this depends on georust#989 being released first~~ Update: released!

Anything else we should be waiting on before a geo-0.24.0 release?

Co-authored-by: Michael Kirk <michael.code@endoftheworl.de>
  • Loading branch information
bors[bot] and michaelkirk authored Mar 8, 2023
2 parents 8cb7a3f + 8a4e918 commit f16f114
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion geo/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changes

## unreleased
## 0.24.0

- BREAKING: Make `SimplifyVw` naming consistent
- <https://github.com/georust/geo/pull/957>
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.23.1"
version = "0.24.0"
license = "MIT OR Apache-2.0"
repository = "https://github.com/georust/geo"
documentation = "https://docs.rs/geo/"
Expand All @@ -18,7 +18,7 @@ use-serde = ["serde", "geo-types/serde"]

[dependencies]
float_next_after = "1.0.0"
geo-types = { version = "0.7.8", features = ["approx", "use-rstar_0_10"] }
geo-types = { version = "0.7.9", features = ["approx", "use-rstar_0_10"] }
geographiclib-rs = { version = "0.2.3", default-features = false }
log = "0.4.11"
num-traits = "0.2"
Expand Down

0 comments on commit f16f114

Please sign in to comment.