Skip to content

Commit

Permalink
prepare for v0.11.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkirk committed Jul 23, 2024
1 parent a26848c commit c3088cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Changes

## Unreleased
## 0.11.0 - 2024-07-24

* Support parsing Z, M, and ZM WKT strings.
* Changed license field to [SPDX 2.1 license expression](https://spdx.dev/spdx-specification-21-web-version/#h.jxpfx0ykyb60)
* Bump min version of geo-types, and update geo_types::Coordinate to non-deprecated geo_types::Coord
* BREAKING: WktNum must implement PartialEq
* Implement PartialEq for Wkt
* BREAKING: Simplify Wkt data structure by replacing it with it's only field (formerly known as `item: Geometry`)
* BREAKING: Simplify Wkt data structure by replacing it with its only field (formerly known as `item: Geometry`)
* BREAKING: Replace geometry_variant.as_item() with Wkt::from(geometry_variant)

## 0.10.3 - 2022-06-22
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "wkt"
description = "Rust read/write support for well-known text (WKT)"
version = "0.10.3"
version = "0.11.0"
license = "MIT OR Apache-2.0"
repository = "https://github.com/georust/wkt"
autobenches = true
Expand Down

0 comments on commit c3088cd

Please sign in to comment.