Skip to content

Commit

Permalink
Prepare for 0.10.1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
frewsxcv committed Oct 6, 2018
1 parent e763a09 commit 42f1c3b
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
@@ -1,5 +1,10 @@
# Changes

## geo 0.10.1

* Fix some edge case on centroid computation
* <https://github.com/georust/geo/pull/305>

## geo-types 0.2.0

* Introduce `Line::{dx, dy, slope, determinant}` methods.
Expand Down
2 changes: 1 addition & 1 deletion geo/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "geo"
description = "Geospatial primitives and algorithms"
version = "0.10.0"
version = "0.10.1"
authors = ["Corey Farwell <coreyf@rwell.org>"]
license = "MIT/Apache-2.0"
repository = "https://github.com/georust/geo"
Expand Down

0 comments on commit 42f1c3b

Please sign in to comment.