We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 503c7e6 commit 3bb528fCopy full SHA for 3bb528f
CHANGES.md
@@ -4,7 +4,7 @@
4
5
* Your change here.
6
7
-## 0.13.0 - unreleased
+## 0.13.0 - 2025-04-25
8
9
* New `wkt!` macro for compile time checking of static WKT text. (#137)
10
* BREAKING: Store dimension in wkt types (#135)
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
name = "wkt"
3
description = "Rust read/write support for well-known text (WKT)"
-version = "0.12.0"
+version = "0.13.0"
license = "MIT OR Apache-2.0"
repository = "https://github.com/georust/wkt"
autobenches = true
0 commit comments