Skip to content

Commit

Permalink
Prepare for geo-types 0.1.1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
frewsxcv committed May 15, 2018
1 parent 4bccbf7 commit e912097
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@
* <https://github.com/georust/rust-geo/commit/0924f3179c95bfffb847562ee91675d7aa8454f5>
* Add `Polygon`-`Polygon` and `LineString`-`LineString` distance

## geo-types 0.1.1

* Allow LineString creation from vec of two-element CoordinateType array
* <https://github.com/georust/rust-geo/pull/223>

## geo 0.8.3

* Reexport core types from `geo-types`
Expand Down
2 changes: 1 addition & 1 deletion geo-types/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "geo-types"
version = "0.1.0"
version = "0.1.1"
authors = ["Corey Farwell <coreyf@rwell.org>"]
license = "MIT/Apache-2.0"
repository = "https://github.com/georust/rust-geo"
Expand Down

0 comments on commit e912097

Please sign in to comment.