Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 469 Bytes

File metadata and controls

21 lines (13 loc) · 469 Bytes

Changelog

0.2.1 (2025-10-31)

  • Hide cfg(tarpaulin) warning during compilation

0.2.0 (2024-03-16)

  • Add manifest option to use GNU based ordering
  • Implement from trait for ordering, deprecate from_ord
  • Bump MSRV to 1.56.0
  • Bump Rust edition to 2021

0.1.1 (2022-11-10)

  • Prevent panic when parsing a number-string part having a number that doesn't fit the i32 type.

0.1.0 (2021-10-14)

  • Refactor crate to follow the latest Rust conventions