diff --git a/CITATION.cff b/CITATION.cff index 25e18144..261d6aba 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: "2.1.2" -date-released: 2024-06-30 +version: "2.2.0" +date-released: 2024-10-14 repository-code: https://github.com/watchexec/watchexec license: Apache-2.0 diff --git a/Cargo.lock b/Cargo.lock index 3ef8d86f..094cc3ed 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4085,7 +4085,7 @@ dependencies = [ [[package]] name = "watchexec-cli" -version = "2.1.2" +version = "2.2.0" dependencies = [ "ahash", "argfile", diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index 8800f71c..2086d8c6 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "watchexec-cli" -version = "2.1.2" +version = "2.2.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 e8ae9a3b..291957cd 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 a28238da..07ca72fa 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 2.1.2" +.TH watchexec 1 "watchexec 2.2.0" .SH NAME watchexec \- Execute commands when watched files change .SH SYNOPSIS @@ -591,6 +591,6 @@ Use @argfile as first argument to load arguments from the file \*(Aqargfile\*(Aq Didn\*(Aqt expect this much output? Use the short \*(Aq\-h\*(Aq flag to get short help. .SH VERSION -v2.1.2 +v2.2.0 .SH AUTHORS Félix Saparelli , Matt Green diff --git a/doc/watchexec.1.md b/doc/watchexec.1.md index c2cb1b66..c6203189 100644 --- a/doc/watchexec.1.md +++ b/doc/watchexec.1.md @@ -875,7 +875,7 @@ Didnt expect this much output? Use the short -h flag to get short help. # VERSION -v2.1.2 +v2.2.0 # AUTHORS