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 @@