From 960e85a09dc768b121a1d3d43d0ecfdfd3eaf49e Mon Sep 17 00:00:00 2001 From: Corey Farwell Date: Thu, 19 Apr 2018 09:46:26 +0900 Subject: [PATCH] Prepare for 0.8.2 release. --- CHANGES.md | 8 +++++++- Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 404eab00c..e61924fab 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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 - * + * ## 0.8.0 diff --git a/Cargo.toml b/Cargo.toml index 4b5f08cfa..5c9f1ed68 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "geo" description = "Geospatial primitives and algorithms" -version = "0.8.1" +version = "0.8.2" authors = ["Corey Farwell "] license = "MIT/Apache-2.0" repository = "https://github.com/georust/rust-geo"