Releases: DevinR528/cargo-sort
Releases · DevinR528/cargo-sort
v1.1.0
Yanked, because it broke existing CI workflows.
v1.0.9
v1.0.8
Run cargo fmt, oops
v1.0.7
Bump version 1.0.6 -> 1.0.7
v1.0.6
bump version 1.0.5 -> 1.0.6 and add changelog
cargo-sort v1.0.5
Version bump 1.0.4 -> 1.0.5, color help message
cargo-sort v1.0.4
Fixed trailing comma in multi-line arrays
cargo-sort v1.0.3
Simplify output now looks like
Checking crate-name...
[error: Dependencies for cargo-sort-ck are not sorted] if error
Add --order
flag so users can specify the ordering of top-level tables.
cargo-sort v1.0.2
Removed toml-parse in favor of toml_edit, forked and brought into the crate as a module. This fixed a lot of inconsistencies around formatting and miss sorts.
1.1.0 invoke as cargo sub-command
This release adds the ability to use as a cargo subcommand.
cargo sort-ck [FLAGS] [path]
Notes
- changed
env::current_dir
error message to be more clear. - checks matches for
"sort-ck"
and removes.