diff --git a/CITATION.cff b/CITATION.cff index 13f22bd..cd54346 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.19.0" -date-released: 2022-04-15 +version: "1.20.0" +date-released: 2022-06-23 repository-code: https://github.com/watchexec/watchexec license: Apache-2.0 diff --git a/Cargo.lock b/Cargo.lock index a00ef4b..cc9c0a7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2644,7 +2644,7 @@ dependencies = [ [[package]] name = "watchexec-cli" -version = "1.19.0" +version = "1.20.0" dependencies = [ "assert_cmd", "clap", diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index d30f2f4..86828eb 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "watchexec-cli" -version = "1.19.0" +version = "1.20.0" authors = ["Matt Green ", "FĂ©lix Saparelli "] license = "Apache-2.0" diff --git a/crates/cli/tests/snapshots/help__help_unix.snap b/crates/cli/tests/snapshots/help__help_unix.snap index 182bf67..8630e9f 100644 --- a/crates/cli/tests/snapshots/help__help_unix.snap +++ b/crates/cli/tests/snapshots/help__help_unix.snap @@ -2,7 +2,7 @@ source: crates/cli/tests/help.rs expression: "String::from_utf8(output.stdout).unwrap()" --- -watchexec 1.19.0 +watchexec 1.20.0 Execute commands when watched files change USAGE: diff --git a/crates/cli/tests/snapshots/help__help_windows.snap b/crates/cli/tests/snapshots/help__help_windows.snap index c60b1ce..95d03ca 100644 --- a/crates/cli/tests/snapshots/help__help_windows.snap +++ b/crates/cli/tests/snapshots/help__help_windows.snap @@ -3,7 +3,7 @@ source: cli/tests/help.rs assertion_line: 16 expression: "String::from_utf8(output.stdout).unwrap()" --- -watchexec 1.19.0 +watchexec 1.20.0 Execute commands when watched files change USAGE: diff --git a/crates/cli/watchexec.exe.manifest b/crates/cli/watchexec.exe.manifest index 1bbc794..1881b27 100644 --- a/crates/cli/watchexec.exe.manifest +++ b/crates/cli/watchexec.exe.manifest @@ -3,7 +3,7 @@