diff --git a/Cargo.lock b/Cargo.lock index 2d69188..9982fe6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -367,7 +367,7 @@ dependencies = [ [[package]] name = "precious" -version = "0.1.6" +version = "0.1.7" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 91aa74c..2e66e4f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "precious" -version = "0.1.6" +version = "0.1.7" authors = ["Dave Rolsky "] description = "One code quality tool to rule them all" repository = "https://github.com/houseabsolute/precious" diff --git a/Changes.md b/Changes.md index c023a0f..409e7e3 100644 --- a/Changes.md +++ b/Changes.md @@ -1,4 +1,4 @@ -## 0.1.7 +## 0.1.7 2022-09-03 - If a command sent output to stdout, but not stderr, and exited with an unexpected error code, then the output to stdout would not be shown by