Skip to content

Releases: DevinR528/cargo-sort

v1.1.0

19 Oct 18:43
v1.1.0
190ef8f
Compare
Choose a tag to compare

Yanked, because it broke existing CI workflows.

v1.0.9

16 Oct 14:42
Compare
Choose a tag to compare
Bump version (1.0.8->1.0.9) after workspace exclude

v1.0.8

16 Oct 14:40
Compare
Choose a tag to compare
Run cargo fmt, oops

v1.0.7

21 Dec 22:53
Compare
Choose a tag to compare
Bump version 1.0.6 -> 1.0.7

v1.0.6

28 Nov 12:21
Compare
Choose a tag to compare
bump version 1.0.5 -> 1.0.6 and add changelog

cargo-sort v1.0.5

25 Jun 11:22
Compare
Choose a tag to compare
Version bump 1.0.4 -> 1.0.5, color help message

cargo-sort v1.0.4

04 Jun 12:46
Compare
Choose a tag to compare

Fixed trailing comma in multi-line arrays

cargo-sort v1.0.3

03 Jun 22:05
Compare
Choose a tag to compare

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

11 May 19:35
Compare
Choose a tag to compare

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

04 Dec 14:11
Compare
Choose a tag to compare

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.