georust/wkt

Next release (0.9.2)

michaelkirk opened this issue · 1 comments

We've got a handful of nice things we should release:

* Approximately 40% faster according to `cargo bench`.
* Some "numeric" characters like `¾` and `①` were being treated as digits.
* Support `POINT EMPTY` in conversion to `geo_types`.
  Converts to `MultiPoint([])`.
  * <https://github.com/georust/wkt/pull/64>
* Minimal support for JTS extension: `LINEARRING` by parsing it as a `LINESTRING`.

diff: 0.9.1...master

I don't think any of them are breaking changes, so it'd just be a minor release.

Is there anything else we should be waiting for? Otherwise, unless anyone objects, I'll plan to release 0.9.2 in ~24 hours.