Skip to content

Commit

Permalink
Release geozero 0.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
pka committed Jan 27, 2023
1 parent f410b7f commit 01c88a0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions geozero-shp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ repository = "https://github.com/georust/geozero"
readme = "README.md"
license = "MIT/Apache-2.0"
keywords = ["geo", "shapefile"]
categories = ["Geospatial"]

[dependencies]
thiserror = "1.0"
Expand Down
5 changes: 5 additions & 0 deletions geozero/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.9.7 (2023-01-27)

* Derive FromSqlRow for Diesel support
* Re-export prost::Message

## 0.9.6 (2022-12-26)

* GPX Read support
Expand Down
3 changes: 2 additions & 1 deletion geozero/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "geozero"
version = "0.9.6"
version = "0.9.7"
authors = ["Pirmin Kalberer <[email protected]>"]
edition = "2018"
description = "Zero-Copy reading and writing of geospatial data."
Expand All @@ -9,6 +9,7 @@ repository = "https://github.com/georust/geozero"
readme = "../README.md"
license = "MIT/Apache-2.0"
keywords = ["geo", "geojson", "gdal", "geos", "postgis"]
categories = ["Geospatial"]

[features]
default = ["with-svg", "with-wkt", "with-geo", "with-geojson"]
Expand Down

0 comments on commit 01c88a0

Please sign in to comment.