georust / wkt

Rust read/write support for well-known text (WKT)
https://crates.io/crates/wkt
Apache License 2.0
51 stars 25 forks source link

version 0.11.0 release #105

Closed michaelkirk closed 2 years ago

michaelkirk commented 2 years ago

FIXES #104

michaelkirk commented 2 years ago

I'll plan to merge this and make the release tomorrow unless I hear otherwise.

michaelkirk commented 2 years ago

Released!

In the interest of transparency, I hit some complications:

Because I originally thought the release would include breaking changes, I named this branch "the 0.11.0 release". I then realized it was non-breaking, so changed the Cargo.toml to be a patch bump instead (to 0.10.2) and released that. Immediately after releasing I realized that there were some stale references in the documenation to a "0.11.0" release. 🤦

So I've also just now released 0.10.3, which fixes all the docs to reference the proper release.