From 8b71df6417ac2a0b281cce1649c3001e7c5ec375 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20H=C3=BCgel?= Date: Wed, 16 May 2018 18:49:36 +0100 Subject: [PATCH] Update CHANGES and bump version --- CHANGES.md | 5 +++++ geo/Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index c3e6ce14c..9f72254cd 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,10 @@ # Changes +## geo 0.9.1 (unreleased) + +* Fix Line-Polygon euclidean distance + * + ## geo 0.9.0 * Make serde an optional dependency for `geo`, rename feature to `use-serde` diff --git a/geo/Cargo.toml b/geo/Cargo.toml index 8efddb2bc..f73a5f59c 100644 --- a/geo/Cargo.toml +++ b/geo/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "geo" description = "Geospatial primitives and algorithms" -version = "0.9.0" +version = "0.9.1" authors = ["Corey Farwell "] license = "MIT/Apache-2.0" repository = "https://github.com/georust/rust-geo"