2.0.0
Changed
- Breaking:
Mess::chunk
renamed toMess::chunks
to matchVersion
. - Breaking:
Mess
now stores smarterVec<MChunk>
instead ofString
s. SemVer::to_version
is no longer a lossy conversion, due to the new field inVersion
(see below).- Most
Display
instances are more efficient.
Added
- Breaking: The
meta: Option<Chunks>
field forVersion
. - The
MChunk
type which allowsMess
to do smarter comparisons.
Fixed
- A number of comparison edge cases.