From 2df70f91ef4ea654d43bcd3efddf9244c2311571 Mon Sep 17 00:00:00 2001 From: Corey Farwell Date: Sat, 3 Jun 2017 20:59:54 -0400 Subject: [PATCH] Prepare for 0.4.5 release. --- CHANGES.md | 4 ++++ Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 5f978beb3..d6d76f91c 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,9 @@ # Changes +## 0.4.5 + +* [Add `Line` type (representing a line segment)](https://github.com/georust/rust-geo/pull/118) + ## 0.4.4 * [Quickhull orientation fix](https://github.com/georust/rust-geo/pull/110) diff --git a/Cargo.toml b/Cargo.toml index 77088db37..b3beeca4e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "geo" description = "Geospatial primitives and algorithms" -version = "0.4.4" +version = "0.4.5" authors = ["Corey Farwell "] license = "MIT/Apache-2.0" repository = "https://github.com/georust/rust-geo"