From 2479aaec4febed178ccec3d7767f2661023abf02 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 01:09:21 +0000 Subject: [PATCH] release: watchexec-cli v1.21.0 (#478) 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 | 12 +++++------- Cargo.lock | 2 +- crates/cli/Cargo.toml | 2 +- crates/cli/watchexec.exe.manifest | 2 +- 4 files changed, 8 insertions(+), 10 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 10c33f0..ec6bb81 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -1,12 +1,10 @@ -# YAML 1.2 ---- -cff-version: "1.1.0" +cff-version: 1.2.0 message: | If you use this software, please cite it using these metadata. +title: "Watchexec: a tool to react to filesystem changes, and a crate ecosystem to power it" -title: Watchexec -version: "1.20.6" -date-released: 2022-09-07 +version: "1.21.0" +date-released: 2023-01-09 repository-code: https://github.com/watchexec/watchexec license: Apache-2.0 @@ -16,4 +14,4 @@ authors: given-names: Matt - family-names: Saparelli given-names: Félix -... + orcid: https://orcid.org/0000-0002-2010-630X diff --git a/Cargo.lock b/Cargo.lock index f6c7ff0..fd39498 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2658,7 +2658,7 @@ dependencies = [ [[package]] name = "watchexec-cli" -version = "1.20.6" +version = "1.21.0" dependencies = [ "clap", "console-subscriber", diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index 330c099..06d3a7d 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "watchexec-cli" -version = "1.20.6" +version = "1.21.0" 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 d9ec03d..c7e0faa 100644 --- a/crates/cli/watchexec.exe.manifest +++ b/crates/cli/watchexec.exe.manifest @@ -3,7 +3,7 @@