Skip to content

Commit

Permalink
bump geo-types version
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkirk committed Feb 10, 2021
1 parent 7e265bd commit e3096c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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)`)
* <https://github.com/georust/geo/pull/616>
Expand Down
2 changes: 1 addition & 1 deletion geo-types/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "geo-types"
version = "0.7.0"
version = "0.7.1"
authors = ["Corey Farwell <coreyf@rwell.org>"]
license = "MIT/Apache-2.0"
repository = "https://github.com/georust/geo"
Expand Down

0 comments on commit e3096c0

Please sign in to comment.