diff --git a/CITATION.cff b/CITATION.cff index 84be1df..121e58b 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -6,8 +6,8 @@ message: | The library has its own CITATION.cff file in lib/. title: Watchexec (command-line tool) -version: "1.18.7" -date-released: 2022-03-07 +version: "1.18.8" +date-released: 2022-03-16 repository-code: https://github.com/watchexec/watchexec license: Apache-2.0 diff --git a/Cargo.lock b/Cargo.lock index fbc1a87..6f26345 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2637,7 +2637,7 @@ dependencies = [ [[package]] name = "watchexec-cli" -version = "1.18.7" +version = "1.18.8" dependencies = [ "assert_cmd", "clap", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 1fd76c2..429064b 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "watchexec-cli" -version = "1.18.7" +version = "1.18.8" authors = ["Matt Green ", "FĂ©lix Saparelli "] license = "Apache-2.0" diff --git a/cli/tests/snapshots/help__help_unix.snap b/cli/tests/snapshots/help__help_unix.snap index 9accec5..0bab546 100644 --- a/cli/tests/snapshots/help__help_unix.snap +++ b/cli/tests/snapshots/help__help_unix.snap @@ -4,7 +4,7 @@ assertion_line: 16 expression: "String::from_utf8(output.stdout).unwrap()" --- -watchexec 1.18.7 +watchexec 1.18.8 Execute commands when watched files change USAGE: diff --git a/cli/tests/snapshots/help__help_windows.snap b/cli/tests/snapshots/help__help_windows.snap index fe89c8d..2d366b1 100644 --- a/cli/tests/snapshots/help__help_windows.snap +++ b/cli/tests/snapshots/help__help_windows.snap @@ -3,7 +3,7 @@ source: cli/tests/help.rs expression: String::from_utf8(output.stdout).unwrap() --- -watchexec 1.18.7 +watchexec 1.18.8 Execute commands when watched files change USAGE: diff --git a/cli/watchexec.exe.manifest b/cli/watchexec.exe.manifest index 6468b04..0d06b5c 100644 --- a/cli/watchexec.exe.manifest +++ b/cli/watchexec.exe.manifest @@ -3,7 +3,7 @@