Skip to content

Commit

Permalink
Prepare for 0.3.2 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
frewsxcv committed Jan 16, 2017
1 parent a32caea commit de7ff57
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changes

## 0.3.2

* [Add Visvalingam-Whyatt line-simplification algorithm](https://github.com/georust/rust-geo/pull/84)

## 0.3.1

* [Within Epsilon matcher](https://github.com/georust/rust-geo/pull/82)
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

name = "geo"
description = "Geospatial primitives and algorithms"
version = "0.3.1"
version = "0.3.2"
authors = ["Corey Farwell <[email protected]>"]
license = "MIT/Apache-2.0"
repository = "https://github.com/georust/rust-geo"
Expand Down

0 comments on commit de7ff57

Please sign in to comment.