Releases: dtolnay/semver
Releases · dtolnay/semver
1.0.23
- Resolve unexpected_cfgs warning (#318)
1.0.22
- Fix unused_imports warnings when compiled by rustc 1.78
1.0.21
- Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache
1.0.20
- Add a method for comparing versions by precedence (#305)
1.0.18
- Documentation improvements
1.0.17
- Improve error message when
Version
is being parsed from an empty string (#296)
1.0.16
- Opt out of
-Zrustdoc-scrape-examples
on docs.rs for now
1.0.15
- Documentation improvements
1.0.14
- Fix segfault on OOM to instead deterministically abort with message (#290)