Skip to content

Commit

Permalink
Prepare for 0.4.8 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
frewsxcv committed Jul 24, 2017
1 parent 283fbbe commit 6a3fc2e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

name = "geo"
description = "Geospatial primitives and algorithms"
version = "0.4.7"
version = "0.4.8"
authors = ["Corey Farwell <coreyf@rwell.org>"]
license = "MIT/Apache-2.0"
repository = "https://github.com/georust/rust-geo"
Expand Down

0 comments on commit 6a3fc2e

Please sign in to comment.