- Fix reading 2D types from Z or ZM geometries (Removes has_z and has_m methods from point types)
- Avoid unnecessary and unsound transmute (@lnicola)
- Depend on postgres-types instead of rust-postgres (@jmpunkt, @maxburke, @michaelkirk)
- Update to rust-postgres 0.17 (@jblondin)
- Update to Rust edition 2018 (@jblondin)
- Impl Copy trait for Point types (@pka)
- Support for Geometry and GeometryCollection
- Update to postgres 0.15
- Make error module public
- Update to postgres 0.14
- EWKB/PostGIS output based on generic geometry traits
- Support for Tiny WKB (TWKB) geometries
- Unit tests for all geometry types
- Update to postgres 0.11