From 6a3fc2e959caa3877a5acb731f02aa6089d26657 Mon Sep 17 00:00:00 2001 From: Corey Farwell Date: Mon, 24 Jul 2017 21:23:07 +0000 Subject: [PATCH] Prepare for 0.4.8 release. --- CHANGES.md | 4 ++++ Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 439a3fefa..ea8da76b0 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,9 @@ # Changes +## 0.4.8 + +* [Add `HaversineDestination` algorithm trait](https://github.com/georust/rust-geo/pull/124) + ## 0.4.7 * [Serializing/deserializing via serde](https://github.com/georust/rust-geo/pull/125) diff --git a/Cargo.toml b/Cargo.toml index d777c48e9..b9cee9530 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "geo" description = "Geospatial primitives and algorithms" -version = "0.4.7" +version = "0.4.8" authors = ["Corey Farwell "] license = "MIT/Apache-2.0" repository = "https://github.com/georust/rust-geo"