linebender / kurbo

A Rust library for manipulating curves
Apache License 2.0
716 stars 69 forks source link

Prepare 0.11 and make `SvgParseError` non_exhaustive #336

Closed DJMcNab closed 8 months ago

DJMcNab commented 8 months ago

329 was a breaking change, forcing this release to be 0.11.

To avoid a similar situation in future, mark the enum as #[non_exhaustive]

See #kurbo > 0.10.5 release