Skip to content

Releases: timwie/serial-num

v0.10.0

16 Jul 23:15
Compare
Choose a tag to compare
  • Add or() function to Serial
  • Add or_default() function to Serial
  • Add take() function to Serial

v0.9.0

29 Apr 06:49
Compare
Choose a tag to compare
  • 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