Skip to content

Commit

Permalink
Prepare for 0.4.11 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
frewsxcv committed Aug 8, 2017
1 parent 184e8ae commit 4ce8118
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.11

* [Add `From`, `IntoIterator`, `Into` impls; add doc comments](https://github.com/georust/rust-geo/pull/131)

## 0.4.10

* [Add `Translation` trait.](https://github.com/georust/rust-geo/pull/128)
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.10"
version = "0.4.11"
authors = ["Corey Farwell <coreyf@rwell.org>"]
license = "MIT/Apache-2.0"
repository = "https://github.com/georust/rust-geo"
Expand Down

0 comments on commit 4ce8118

Please sign in to comment.