From 8a5d3fdea9b11b9bd6caab2cc08e2cb96c9e9cbf Mon Sep 17 00:00:00 2001 From: Devin Ragotzy Date: Fri, 14 Oct 2022 09:35:40 -0400 Subject: [PATCH] Bump version (1.0.8->1.0.9) after workspace exclude --- Cargo.lock | 2 +- Cargo.toml | 2 +- changelog.md | 7 +++++++ 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b84bb99..7fba2b5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -48,7 +48,7 @@ checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" [[package]] name = "cargo-sort" -version = "1.0.8" +version = "1.0.9" dependencies = [ "chrono", "clap", diff --git a/Cargo.toml b/Cargo.toml index eb74a12..7fa7103 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-sort" -version = "1.0.8" +version = "1.0.9" 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 c27ba33..c0ddce5 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,10 @@ +# 1.0.9 + +Bug Fixes + + * The `--workspace` feature now respects the exclude array + + # 1.0.8 Update