diff --git a/geo-types/CHANGES.md b/geo-types/CHANGES.md index 87fd0be6c..79fba7e92 100644 --- a/geo-types/CHANGES.md +++ b/geo-types/CHANGES.md @@ -1,6 +1,6 @@ # Changes -## Unreleased +## 0.7.1 * Implement `Default` on `Coordinate` and `Point` structs (defaults to `(x: 0, y: 0)`) * diff --git a/geo-types/Cargo.toml b/geo-types/Cargo.toml index 2f9743452..7dd47d05a 100644 --- a/geo-types/Cargo.toml +++ b/geo-types/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "geo-types" -version = "0.7.0" +version = "0.7.1" authors = ["Corey Farwell "] license = "MIT/Apache-2.0" repository = "https://github.com/georust/geo"