- 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
- Prevent panic when parsing a number-string part having a number that doesn't
fit the
i32
type.
- Refactor crate to follow the latest Rust conventions