File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11[package ]
22name = " wkt"
33description = " Rust read/write support for well-known text (WKT)"
4- version = " 0.10.3 "
4+ version = " 0.11.0 "
55license = " MIT OR Apache-2.0"
66repository = " https://github.com/georust/wkt"
77autobenches = true
You can’t perform that action at this time.
0 commit comments