Skip to content

Commit

Permalink
Prepare for 0.8.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
frewsxcv committed Apr 13, 2018
1 parent 4a18031 commit 05f49e1
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changes

## 0.8.0

* Prefix Euclidean distance/length traits with 'Euclidean'.
* <https://github.com/georust/rust-geo/pull/200>
* Bump num-traits: 0.1 → 0.2
* <https://github.com/georust/rust-geo/pull/188>
* Implement `SpatialObject` for `Line` type
* <https://github.com/georust/rust-geo/pull/181>
* Implement a `TryMapCoords` trait
* <https://github.com/georust/rust-geo/pull/191>
* <https://github.com/georust/rust-geo/pull/197>
* Impl Polygon convexity function on the type
* <https://github.com/georust/rust-geo/pull/195>
* Implement rust-proj as an optional feature within geo
* <https://github.com/georust/rust-geo/pull/192>

## 0.7.4

* [`cross_prod` method added to `Point`](https://github.com/georust/rust-geo/pull/189)
Expand Down
2 changes: 1 addition & 1 deletion 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.7.4"
version = "0.8.0"
authors = ["Corey Farwell <coreyf@rwell.org>"]
license = "MIT/Apache-2.0"
repository = "https://github.com/georust/rust-geo"
Expand Down

0 comments on commit 05f49e1

Please sign in to comment.