Skip to content

2.0.0

Compare
Choose a tag to compare
@fosskers fosskers released this 22 Oct 01:27
· 98 commits to master since this release

Changed

  • Breaking: Mess::chunk renamed to Mess::chunks to match Version.
  • Breaking: Mess now stores smarter Vec<MChunk> instead of Strings.
  • SemVer::to_version is no longer a lossy conversion, due to the new field in Version (see below).
  • Most Display instances are more efficient.

Added

  • Breaking: The meta: Option<Chunks> field for Version.
  • The MChunk type which allows Mess to do smarter comparisons.

Fixed

  • A number of comparison edge cases.