Breaking Changes
- String getter methods for
ParsedVersion
now return a string slice (&str
) instead of a reference to a string (&String
) - Methods returning copyable types now pass ownership of the value to the caller
Full Changelog: v0.20.0...v0.21.0