Skip to content

Commit

Permalink
prepare for geo-types 0.4.3 release, geo 0.12.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
frewsxcv committed May 26, 2019
1 parent 8805965 commit f57b3f2
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changes

## geo 0.12.2

* Introduce `point!`, `line_string!`, and `polygon!` macros.
* <https://github.com/georust/geo/pull/352>

## geo-types 0.4.3

* Introduce `point!`, `line_string!`, and `polygon!` macros.
* <https://github.com/georust/geo/pull/352>
* <https://github.com/georust/geo/pull/357>
* Add `Rect` constructor that enforces `min.{x,y} < max.{x,y}`
* <https://github.com/georust/geo/pull/360>

## geo 0.12.1

* Add `FrechetDistance` algorithm
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.4.2"
version = "0.4.3"
authors = ["Corey Farwell <coreyf@rwell.org>"]
license = "MIT/Apache-2.0"
repository = "https://github.com/georust/geo"
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.12.1"
version = "0.12.2"
authors = ["Corey Farwell <coreyf@rwell.org>"]
license = "MIT/Apache-2.0"
repository = "https://github.com/georust/geo"
Expand Down

0 comments on commit f57b3f2

Please sign in to comment.