Releases: dtolnay/semver
Releases · dtolnay/semver
1.0.13
- Add categories and keywords to crates.io metadata
1.0.12
- Fix rustdoc error when compiling documentation of downstream crates (#285)
1.0.11
- Add serde
Serialize
and Deserialize
impls for semver::Comparator
(#282)
1.0.10
- Work around rustdoc issue affecting the
Prerelease
and BuildMetadata
docs (#281)
1.0.9
- Make compatible with Miri's
-Zmiri-tag-raw-pointers
mode (#273)
- Fix
Send
/Sync
impls for Prerelease
and BuildMetadata
(#275)
1.0.7
- Update error messages to refer to character 0 as
'\0'
rather than '\u{0}'
(#270)
1.0.6
- Documentation improvements
1.0.5
- Improve error messages on parse errors involving wildcards (#266. #268)
1.0.4
- Support padding specifier for displaying Version, such as
{:<15}
(#258)