diff --git a/CITATION.cff b/CITATION.cff index e3383cd..d8bdf82 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -3,8 +3,8 @@ 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" -version: "1.21.1" -date-released: 2023-02-14 +version: "1.22.0" +date-released: 2023-03-18 repository-code: https://github.com/watchexec/watchexec license: Apache-2.0 diff --git a/Cargo.lock b/Cargo.lock index 883049c..89f2e26 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3827,7 +3827,7 @@ dependencies = [ [[package]] name = "watchexec-cli" -version = "1.21.1" +version = "1.22.0" dependencies = [ "argfile", "bosion", diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index 325db71..e977b6a 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "watchexec-cli" -version = "1.21.1" +version = "1.22.0" authors = ["Félix Saparelli ", "Matt Green "] license = "Apache-2.0" diff --git a/crates/cli/watchexec.exe.manifest b/crates/cli/watchexec.exe.manifest index d4dc1c7..0d8cf33 100644 --- a/crates/cli/watchexec.exe.manifest +++ b/crates/cli/watchexec.exe.manifest @@ -3,7 +3,7 @@ diff --git a/doc/watchexec.1 b/doc/watchexec.1 index afb8be2..64c353a 100644 --- a/doc/watchexec.1 +++ b/doc/watchexec.1 @@ -1,6 +1,6 @@ .ie \n(.g .ds Aq \(aq .el .ds Aq ' -.TH watchexec 1 "watchexec 1.21.1" +.TH watchexec 1 "watchexec 1.22.0" .SH NAME watchexec \- Execute commands when watched files change .SH SYNOPSIS @@ -468,6 +468,6 @@ Behaviour depends on the value of \*(Aq\-\-shell\*(Aq: for all except \*(Aqnone\ .SH EXTRA Use @argfile as first argument to load arguments from the file \*(Aqargfile\*(Aq (one argument per line) which will be inserted in place of the @argfile (further arguments on the CLI will override or add onto those in the file). .SH VERSION -v1.21.1 +v1.22.0 .SH AUTHORS Félix Saparelli , Matt Green diff --git a/doc/watchexec.1.md b/doc/watchexec.1.md index bb7b0b3..418bbf9 100644 --- a/doc/watchexec.1.md +++ b/doc/watchexec.1.md @@ -667,7 +667,7 @@ file). # VERSION -v1.21.1 +v1.22.0 # AUTHORS diff --git a/doc/watchexec.1.pdf b/doc/watchexec.1.pdf index 413afad..827f10f 100644 Binary files a/doc/watchexec.1.pdf and b/doc/watchexec.1.pdf differ