Skip to content

Commit

Permalink
Prepare for geo 0.9.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
frewsxcv committed May 15, 2018
1 parent e912097 commit 29d7cdd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changes

## geo 0.9.0 (unreleased)
## geo 0.9.0

* Make serde an optional dependency for `geo`, rename feature to `use-serde`
* <https://github.com/georust/rust-geo/pull/209>
Expand All @@ -11,6 +11,11 @@
* Fix compilation errors when using the `proj` feature
* <https://github.com/georust/rust-geo/commit/0924f3179c95bfffb847562ee91675d7aa8454f5>
* Add `Polygon`-`Polygon` and `LineString`-`LineString` distance
* <https://github.com/georust/rust-geo/pull/219>
* Update postgis optional dependency to 0.6
* <https://github.com/georust/rust-geo/pull/215>
* Clarify wording for Contains algorithm.
* <https://github.com/georust/rust-geo/pull/220>

## geo-types 0.1.1

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.8.3"
version = "0.9.0"
authors = ["Corey Farwell <coreyf@rwell.org>"]
license = "MIT/Apache-2.0"
repository = "https://github.com/georust/rust-geo"
Expand Down

0 comments on commit 29d7cdd

Please sign in to comment.