Skip to content

Commit

Permalink
prepare for geo-types 0.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
frewsxcv committed Feb 17, 2019
1 parent 0015d58 commit d8f2ee4
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changes

## geo-types 0.4.0

* Rewrite `Polygon` structure to enforce closed `LineString` rings
* <https://github.com/georust/geo/pull/337>
* Implement `Into<Geometry>` for `Line`
* <https://github.com/georust/geo/pull/340>
* Implement `Index<usize>` for `LineString` to get the coordinate at that position
* <https://github.com/georust/geo/pull/341>
* Bump `rstar` dependency
* <https://github.com/georust/geo/pull/346>
* Ability to construct `MultiPolygon` from `Vec` of anything that implements `Into<Polygon>`
* <https://github.com/georust/geo/pull/342>
* Add `new`, `is_empty`, `len` functions on `GeometryCollection`
* <https://github.com/georust/geo/pull/339>

## geo 0.11.0

* Replace the [spade](https://crates.io/crates/spade) crate with the [rstar](https://crates.io/crates/rstar) crate
Expand Down
2 changes: 1 addition & 1 deletion geo-types/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "geo-types"
version = "0.3.0"
version = "0.4.0"
authors = ["Corey Farwell <coreyf@rwell.org>"]
license = "MIT/Apache-2.0"
repository = "https://github.com/georust/geo"
Expand Down

0 comments on commit d8f2ee4

Please sign in to comment.