Releases: timwie/serial-num
Releases · timwie/serial-num
v0.10.0
v0.9.0
- 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 ofSerial
- Add
precedes()
,precedes_or_eq()
,succeeds()
, andsucceeds_or_eq()
methods
to replace now missing<
,<=
,>
, and>=
operators - Add
postcard
feature