Skip to content

Commit

Permalink
Prepare for 0.4.5 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
frewsxcv committed Jun 4, 2017
1 parent c5bc209 commit 2df70f9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changes

## 0.4.5

* [Add `Line` type (representing a line segment)](https://github.com/georust/rust-geo/pull/118)

## 0.4.4

* [Quickhull orientation fix](https://github.com/georust/rust-geo/pull/110)
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

name = "geo"
description = "Geospatial primitives and algorithms"
version = "0.4.4"
version = "0.4.5"
authors = ["Corey Farwell <coreyf@rwell.org>"]
license = "MIT/Apache-2.0"
repository = "https://github.com/georust/rust-geo"
Expand Down

0 comments on commit 2df70f9

Please sign in to comment.