wkt-geom 0.0.7 → 0.0.8
raw patch · 2 files changed
+9/−1 lines, 2 files
Files
- CHANGELOG.md +8/−0
- wkt-geom.cabal +1/−1
CHANGELOG.md view
@@ -1,6 +1,14 @@ # Changelog All notable changes to this project will be documented in this file. +## [0.0.8] - 2019-02-19+### Fixed+- Stack dependencies.++## [0.0.7] - 2019-02-11+### Fixed+- Documentation on hackage+ ## [0.0.6] - 2019-02-11 ### Fixed - EWKB toByteString was missing SRID [https://github.com/indicatrix/wkt-geom/pull/9].
wkt-geom.cabal view
@@ -1,5 +1,5 @@ name: wkt-geom-version: 0.0.7+version: 0.0.8 synopsis: A parser of WKT, WKB and eWKB. description: Well Known Text (WKT), Well Known Binary (WKB) and the PostgreSQL extension Extended Well Know Binary (eWKB) are vector geometry representations. .