Skip to content

Commit

Permalink
Prepare for 0.6.2 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
frewsxcv committed Sep 16, 2017
1 parent 588340b commit 2352c97
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.6.2

* [Add a prelude: `use geo::prelude::*`](https://github.com/georust/rust-geo/pull/162)

## 0.6.1

* [Add a `lines` iterator method on `LineString`](https://github.com/georust/rust-geo/pull/160)
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.6.1"
version = "0.6.2"
authors = ["Corey Farwell <coreyf@rwell.org>"]
license = "MIT/Apache-2.0"
repository = "https://github.com/georust/rust-geo"
Expand Down

0 comments on commit 2352c97

Please sign in to comment.