Releases: houseabsolute/omegasort
Releases · houseabsolute/omegasort
v0.1.3
- When sorting a file with repeated lines with a
--locale
, the sorting order was not always consistent, and the--unique
flag could leave duplicates behind. - As of this release there are no longer binaries built for MIPS on Linux. These targets have been demoted to tier 3 support by the Rust compiler.
v0.1.2
v0.1.1
0.1.1 - 2023-05-20
- Fixed the release orchestration so releases are only built with stable Rust.
0.1.0 - pulled
- I rewrote it in Rust (RIIR).
- Added the ability to preserve comments in files when sorting. Use the
--comment-prefix
option
for this. - Fixed the handling of empty lines when running in
--check
mode. Fixes GH #3.