From c7c9b306360f2829d1beb3fc18a56884bbdff559 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 7 Sep 2022 05:30:28 +0000 Subject: [PATCH] release: watchexec-cli v1.20.6 (#415) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: github-actions Co-authored-by: Félix Saparelli --- CITATION.cff | 4 ++-- Cargo.lock | 2 +- crates/cli/Cargo.toml | 4 ++-- crates/cli/watchexec.exe.manifest | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 4719d73..10c33f0 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.5" -date-released: 2022-08-03 +version: "1.20.6" +date-released: 2022-09-07 repository-code: https://github.com/watchexec/watchexec license: Apache-2.0 diff --git a/Cargo.lock b/Cargo.lock index 6d5401f..5f4dcc8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2648,7 +2648,7 @@ dependencies = [ [[package]] name = "watchexec-cli" -version = "1.20.5" +version = "1.20.6" dependencies = [ "clap", "console-subscriber", diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index 604d85e..40ded60 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "watchexec-cli" -version = "1.20.5" +version = "1.20.6" authors = ["Matt Green ", "Félix Saparelli "] license = "Apache-2.0" @@ -84,7 +84,7 @@ embed-resource = "1.6.1" dev-console = ["console-subscriber"] [package.metadata.binstall] -pkg-url = "{ repo }/releases/download/cli-v{ version }/watchexec-{ version }-{ target }.{ archive-format }" +pkg-url = "{ repo }/releases/download/v{ version }/watchexec-{ version }-{ target }.{ archive-format }" bin-dir = "watchexec-{ version }-{ target }/{ bin }{ binary-ext }" pkg-fmt = "txz" diff --git a/crates/cli/watchexec.exe.manifest b/crates/cli/watchexec.exe.manifest index 68a48ca..d9ec03d 100644 --- a/crates/cli/watchexec.exe.manifest +++ b/crates/cli/watchexec.exe.manifest @@ -3,7 +3,7 @@