From 592ff8b0e493aeef22e8b0aa325dd30cc01e063c Mon Sep 17 00:00:00 2001 From: Corey Farwell Date: Mon, 12 Mar 2018 09:31:46 -0400 Subject: [PATCH] prepare for 0.7.4 release --- CHANGES.md | 4 ++++ Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index cbb68448b..7ce32b851 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,9 @@ # Changes +## 0.7.4 + +* [`cross_prod` method added to `Point`](https://github.com/georust/rust-geo/pull/189) + ## 0.7.3 * [Allow coordinates to be more types (not just `Float`s)](https://github.com/georust/rust-geo/pull/187) diff --git a/Cargo.toml b/Cargo.toml index 71cdad951..db3c66b53 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "geo" description = "Geospatial primitives and algorithms" -version = "0.7.3" +version = "0.7.4" authors = ["Corey Farwell "] license = "MIT/Apache-2.0" repository = "https://github.com/georust/rust-geo"