diff --git a/CITATION.cff b/CITATION.cff index 16477d7..ea2f127 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -7,7 +7,7 @@ message: | title: Watchexec (command-line tool) version: 1.17.0 -date-released: 2021-07-22 +date-released: 2021-07-31 repository-code: https://github.com/watchexec/watchexec license: Apache-2.0 diff --git a/Cargo.lock b/Cargo.lock index 6fa926b..f2bf8a6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1790,7 +1790,7 @@ dependencies = [ [[package]] name = "watchexec-cli" -version = "1.17.0" +version = "1.17.1" dependencies = [ "assert_cmd", "clap", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index dc89bf8..8fd965c 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "watchexec-cli" -version = "1.17.0" +version = "1.17.1" 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 c3f3db1..be91b33 100644 --- a/cli/tests/snapshots/help__help_unix.snap +++ b/cli/tests/snapshots/help__help_unix.snap @@ -3,7 +3,7 @@ source: cli/tests/help.rs expression: "String::from_utf8(output.stdout).unwrap()" --- -watchexec 1.17.0 +watchexec 1.17.1 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 57f3705..a30d826 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.17.0 +watchexec 1.17.1 Execute commands when watched files change USAGE: diff --git a/cli/watchexec.exe.manifest b/cli/watchexec.exe.manifest index fe753be..530a6ce 100644 --- a/cli/watchexec.exe.manifest +++ b/cli/watchexec.exe.manifest @@ -3,7 +3,7 @@