Skip to content

Latest commit

 

History

History
68 lines (38 loc) · 1.32 KB

changelog.md

File metadata and controls

68 lines (38 loc) · 1.32 KB

1.1.0

Feature

  • Upgrade toml_edit to support more TOML syntax

1.0.9

Bug Fixes

  • The --workspace feature now respects the exclude array

1.0.8

Update

  • Update clap from 2.34 to 4.0.10

Feature

  • Add --check-format flag
    • If set, cargo-sort will check formatting (allows only checking formatting)
    • Thanks matze
  • DockerHub builds added

1.0.7

Bug Fixes

1.0.6

Bug Fixes

1.0.5

Feature

1.0.4

Bug Fixes

  • Fix trailing comma in multi-line arrays

1.0.3

  • Simplify output of running cargo-sort
  • Add --order flag to specify ordering of top-level tables

1.0.2

Overhaul

  • Remove toml-parse crate in favor of toml_edit
  • Changed name from cargo-sort-ck to cargo-sort