Skip to content

v0.9.0

Compare
Choose a tag to compare
@timwie timwie released this 29 Apr 06:49
· 20 commits to main since this release
  • Breaking: Increase MSRV to 1.70.0 (minimum version to run the test suite)
  • Breaking: Remove non-canonical PartialOrd implementation (#1)
  • Make partial_cmp() an inherent method of Serial
  • Add precedes(), precedes_or_eq(), succeeds(), and succeeds_or_eq() methods
    to replace now missing <, <=, >, and >= operators
  • Add postcard feature