Skip to content

Commit

Permalink
Publish v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jplatte committed Oct 19, 2024
1 parent d14dca0 commit 190ef8f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cargo-sort"
version = "1.0.9"
version = "1.1.0"
authors = ["Devin R <[email protected]>", "Andronik Ordian <[email protected]>"]
license = "MIT/Apache-2.0"
description = "Check if tables and items in a .toml file are lexically sorted"
Expand Down
10 changes: 8 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 1.1.0

Feature

* Upgrade `toml_edit` to support more TOML syntax

# 1.0.9

Bug Fixes
Expand All @@ -11,9 +17,9 @@ Update

* Update clap from 2.34 to 4.0.10

Feature
Feature

* Add --check-format flag
* Add --check-format flag
* If set, `cargo-sort` will check formatting (allows only checking formatting)
* [Thanks matze](https://github.com/DevinR528/cargo-sort/pull/41)
* DockerHub builds added
Expand Down

0 comments on commit 190ef8f

Please sign in to comment.