Skip to content

Commit 5cf434b

Browse files
committed
Add changelog and bump version
1 parent 7b87ac7 commit 5cf434b

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
## 0.6.0 (2018-03-17)
2+
3+
* Support for Geometry and GeometryCollection
4+
5+
## 0.5.0 (2017-08-21)
6+
7+
* Update to postgres 0.15
8+
* Make error module public
9+
10+
## 0.4.0 (2017-03-04)
11+
12+
* Update to postgres 0.14
13+
14+
## 0.3.0 (2016-12-05)
15+
16+
* EWKB/PostGIS output based on generic geometry traits
17+
* Support for Tiny WKB (TWKB) geometries
18+
* Unit tests for all geometry types
19+
20+
## 0.2.2 (2016-09-05)
21+
22+
* Update to postgres 0.11

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "postgis"
3-
version = "0.5.0"
3+
version = "0.6.0"
44
authors = ["ShuYu Wang <[email protected]>", "Pirmin Kalberer <[email protected]>"]
55
description = "An extension to rust-postgres, adds support for PostGIS."
66
homepage = "https://github.com/andelf/rust-postgis"

0 commit comments

Comments
 (0)