Skip to content

Commit

Permalink
Release geozero 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pka committed Sep 19, 2024
1 parent 142c080 commit acce431
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 5 deletions.
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ default-members = ["geozero", "geozero-cli"]
resolver = "2"

[workspace.package]
# This version should match the version in [workspace.dependencies] below
version = "0.13.0"
version = "0.14.0"
authors = ["Pirmin Kalberer <pka@sourcepole.ch>", "Yuri Astrakhan <YuriAstrakhan@gmail.com>"]
edition = "2021"
homepage = "https://github.com/georust/geozero"
Expand Down
22 changes: 19 additions & 3 deletions geozero/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,23 @@
## Unreleased

* Added `WrappedXYProcessor` for pre-processing XY coordinates.
## 0.14.0 - (2024-09-19)

* Update to `geos` 9.0
* <https://github.com/georust/geozero/pull/217>
* Avoid copying string for WKT parsing
* <https://github.com/georust/geozero/pull/220>
* Upgrade sqlx from 0.7 to 0.8
* <https://github.com/georust/geozero/pull/224>
* Update to `wkt` 0.11
* <https://github.com/georust/geozero/pull/221>
* Use floor for coordinate transformation in `mvt_writer`
* <https://github.com/georust/geozero/pull/229>
* Integrate `shp` driver
* <https://github.com/georust/geozero/pull/233>
* Drop `flatgeobuf` build dependency
* <https://github.com/georust/geozero/pull/235>
* Added `WrappedXYProcessor` for pre-processing XY coordinates
* <https://github.com/georust/geozero/pull/222>
* CSV Error Refactor
* <https://github.com/georust/geozero/pull/216>

## 0.13.0 - (2024-05-17)

Expand Down

0 comments on commit acce431

Please sign in to comment.