diff --git a/CHANGES.md b/CHANGES.md index 9158a7407..e2d8d1368 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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) diff --git a/Cargo.toml b/Cargo.toml index 1b40370cd..05202459e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "geo" description = "Geospatial primitives and algorithms" -version = "0.4.10" +version = "0.4.11" authors = ["Corey Farwell "] license = "MIT/Apache-2.0" repository = "https://github.com/georust/rust-geo"