Skip to content

Commit

Permalink
Update CHANGES and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
urschrei committed May 16, 2018
1 parent 956c27a commit 8b71df6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changes

## geo 0.9.1 (unreleased)

* Fix Line-Polygon euclidean distance
* <https://github.com/georust/rust-geo/pull/226>

## geo 0.9.0

* Make serde an optional dependency for `geo`, rename feature to `use-serde`
Expand Down
2 changes: 1 addition & 1 deletion 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.9.0"
version = "0.9.1"
authors = ["Corey Farwell <coreyf@rwell.org>"]
license = "MIT/Apache-2.0"
repository = "https://github.com/georust/rust-geo"
Expand Down

0 comments on commit 8b71df6

Please sign in to comment.