diff --git a/Cargo.lock b/Cargo.lock index 2e8f5c9..555fd6c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "anstream" @@ -69,7 +69,7 @@ dependencies = [ [[package]] name = "cargo-sort" -version = "1.0.9" +version = "1.1.0" dependencies = [ "clap", "glob", diff --git a/Cargo.toml b/Cargo.toml index 73997d7..7904776 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-sort" -version = "1.0.9" +version = "1.1.0" authors = ["Devin R ", "Andronik Ordian "] license = "MIT/Apache-2.0" description = "Check if tables and items in a .toml file are lexically sorted" diff --git a/changelog.md b/changelog.md index c0ddce5..20d6314 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,9 @@ +# 1.1.0 + +Feature + + * Upgrade `toml_edit` to support more TOML syntax + # 1.0.9 Bug Fixes @@ -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