From 64895132aa629bd0827318c48809493c6bb72cdf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 28 Jun 2022 14:15:48 +0000 Subject: [PATCH] release: cli v1.20.2 (#357) This is a release PR for **cli** to version **1.20.2**. 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 | |:-:| --- CITATION.cff | 2 +- Cargo.lock | 2 +- crates/cli/Cargo.toml | 2 +- crates/cli/tests/snapshots/help__help_unix.snap | 2 +- crates/cli/tests/snapshots/help__help_windows.snap | 2 +- crates/cli/watchexec.exe.manifest | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index bcdf51f..4147b05 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -5,7 +5,7 @@ message: | If you use this software, please cite it using these metadata. title: Watchexec -version: "1.20.1" +version: "1.20.2" date-released: 2022-06-28 repository-code: https://github.com/watchexec/watchexec diff --git a/Cargo.lock b/Cargo.lock index a8b5aa5..2219781 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2644,7 +2644,7 @@ dependencies = [ [[package]] name = "watchexec-cli" -version = "1.20.1" +version = "1.20.2" dependencies = [ "assert_cmd", "clap", diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index 60438e8..29c64f0 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "watchexec-cli" -version = "1.20.1" +version = "1.20.2" authors = ["Matt Green ", "Félix Saparelli "] license = "Apache-2.0" diff --git a/crates/cli/tests/snapshots/help__help_unix.snap b/crates/cli/tests/snapshots/help__help_unix.snap index d9f3199..b55782f 100644 --- a/crates/cli/tests/snapshots/help__help_unix.snap +++ b/crates/cli/tests/snapshots/help__help_unix.snap @@ -4,7 +4,7 @@ expression: "String::from_utf8(output.stdout).unwrap()" --- ⚠ DEBUG BUILD ⚠ -watchexec 1.20.1 +watchexec 1.20.2 Execute commands when watched files change USAGE: diff --git a/crates/cli/tests/snapshots/help__help_windows.snap b/crates/cli/tests/snapshots/help__help_windows.snap index b99986d..5742461 100644 --- a/crates/cli/tests/snapshots/help__help_windows.snap +++ b/crates/cli/tests/snapshots/help__help_windows.snap @@ -5,7 +5,7 @@ expression: "String::from_utf8(output.stdout).unwrap()" --- ⚠ DEBUG BUILD ⚠ -watchexec 1.20.1 +watchexec 1.20.2 Execute commands when watched files change USAGE: diff --git a/crates/cli/watchexec.exe.manifest b/crates/cli/watchexec.exe.manifest index cb43ef3..fdec9a2 100644 --- a/crates/cli/watchexec.exe.manifest +++ b/crates/cli/watchexec.exe.manifest @@ -3,7 +3,7 @@