From bb9021eec7c0a6eb2c3fe6cb08e82dc687f78d1e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 1 Jul 2022 14:13:39 +0000 Subject: [PATCH] release: cli v1.20.4 (#366) This is a release PR for **cli** to version **1.20.4**. Upon merging, this will automatically build the CLI and create a GitHub release. You still need to manually publish the cargo crate. ``` $ cd crates/cli $ cargo publish ``` To merge this release, review the changes then say: | bors r+ p=10 | |:-:| --- _Edit release notes into the section below:_ ### Release notes - Remove CLI help tests. They'll be replaced with brand new integration testing that's not obnoxious. (#362, #363, #365) - Fix the install filenames for first-party RPM packagings, and possibly for DEBs as well. (#292, #364) --- CITATION.cff | 4 ++-- Cargo.lock | 2 +- crates/cli/Cargo.toml | 2 +- crates/cli/watchexec.exe.manifest | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index d3d2ace..f7f7fa6 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -5,8 +5,8 @@ message: | If you use this software, please cite it using these metadata. title: Watchexec -version: "1.20.3" -date-released: 2022-06-29 +version: "1.20.4" +date-released: 2022-07-01 repository-code: https://github.com/watchexec/watchexec license: Apache-2.0 diff --git a/Cargo.lock b/Cargo.lock index 78d9b05..51d20b5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2511,7 +2511,7 @@ dependencies = [ [[package]] name = "watchexec-cli" -version = "1.20.3" +version = "1.20.4" dependencies = [ "clap", "console-subscriber", diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index 6a05c9e..d7b3f20 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "watchexec-cli" -version = "1.20.3" +version = "1.20.4" authors = ["Matt Green ", "FĂ©lix Saparelli "] license = "Apache-2.0" diff --git a/crates/cli/watchexec.exe.manifest b/crates/cli/watchexec.exe.manifest index 22b141e..82c0093 100644 --- a/crates/cli/watchexec.exe.manifest +++ b/crates/cli/watchexec.exe.manifest @@ -3,7 +3,7 @@