Skip to content

Commit

Permalink
Prepare for 0.8.2 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
frewsxcv committed Apr 19, 2018
1 parent 12eedc0 commit 960e85a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
# Changes

## 0.8.2

* Fix documentation generation on docs.rs
* https://github.com/georust/rust-geo/pull/202

## 0.8.1

* Fix centroid calculation for degenerate polygons
* <https://github.com/georust/rust-geo/pull/203>
* <https://github.com/georust/rust-geo/pull/203>

## 0.8.0

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.8.1"
version = "0.8.2"
authors = ["Corey Farwell <coreyf@rwell.org>"]
license = "MIT/Apache-2.0"
repository = "https://github.com/georust/rust-geo"
Expand Down

0 comments on commit 960e85a

Please sign in to comment.