Skip to content

Commit

Permalink
Merge georust#796
Browse files Browse the repository at this point in the history
796: Prepare for geo-types 0.7.4 release. r=nyruik,michaelkirk a=frewsxcv

- [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.
---

As per georust#772 (comment)

Co-authored-by: Corey Farwell <coreyf@rwell.org>
  • Loading branch information
bors[bot] and frewsxcv authored Apr 6, 2022
2 parents 6f40d8d + 248f10a commit 9ff2946
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion geo-types/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changes

## Unreleased
## 0.7.4

* BREAKING: Make `Rect::to_lines` return lines in winding order for `Rect::to_polygon`.
* <https://github.com/georust/geo/pull/757>
3 changes: 1 addition & 2 deletions geo-types/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[package]
name = "geo-types"
version = "0.7.3"
authors = ["Corey Farwell <coreyf@rwell.org>"]
version = "0.7.4"
license = "MIT/Apache-2.0"
repository = "https://github.com/georust/geo"
documentation = "https://docs.rs/geo-types/"

0 comments on commit 9ff2946

Please sign in to comment.