Skip to content

Commit c3088cd

Browse files
committed
prepare for v0.11.0 release
1 parent a26848c commit c3088cd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGES.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Changes
22

3-
## Unreleased
3+
## 0.11.0 - 2024-07-24
44

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

1313
## 0.10.3 - 2022-06-22

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "wkt"
33
description = "Rust read/write support for well-known text (WKT)"
4-
version = "0.10.3"
4+
version = "0.11.0"
55
license = "MIT OR Apache-2.0"
66
repository = "https://github.com/georust/wkt"
77
autobenches = true

0 commit comments

Comments
 (0)