cli: v1.19.0

This commit is contained in:
Félix Saparelli 2022-04-15 15:49:58 +12:00
parent c58d66bec5
commit edf023c009
6 changed files with 7 additions and 7 deletions

View File

@ -6,8 +6,8 @@ message: |
The library has its own CITATION.cff file in lib/. The library has its own CITATION.cff file in lib/.
title: Watchexec (command-line tool) title: Watchexec (command-line tool)
version: "1.18.12" version: "1.19.0"
date-released: 2022-04-13 date-released: 2022-04-15
repository-code: https://github.com/watchexec/watchexec repository-code: https://github.com/watchexec/watchexec
license: Apache-2.0 license: Apache-2.0

2
Cargo.lock generated
View File

@ -2618,7 +2618,7 @@ dependencies = [
[[package]] [[package]]
name = "watchexec-cli" name = "watchexec-cli"
version = "1.18.12" version = "1.19.0"
dependencies = [ dependencies = [
"assert_cmd", "assert_cmd",
"clap", "clap",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "watchexec-cli" name = "watchexec-cli"
version = "1.18.12" version = "1.19.0"
authors = ["Matt Green <mattgreenrocks@gmail.com>", "Félix Saparelli <felix@passcod.name>"] authors = ["Matt Green <mattgreenrocks@gmail.com>", "Félix Saparelli <felix@passcod.name>"]
license = "Apache-2.0" license = "Apache-2.0"

View File

@ -3,7 +3,7 @@ source: cli/tests/help.rs
assertion_line: 16 assertion_line: 16
expression: "String::from_utf8(output.stdout).unwrap()" expression: "String::from_utf8(output.stdout).unwrap()"
--- ---
watchexec 1.18.12 watchexec 1.19.0
Execute commands when watched files change Execute commands when watched files change
USAGE: USAGE:

View File

@ -3,7 +3,7 @@ source: cli/tests/help.rs
expression: String::from_utf8(output.stdout).unwrap() expression: String::from_utf8(output.stdout).unwrap()
--- ---
watchexec 1.18.12 watchexec 1.19.0
Execute commands when watched files change Execute commands when watched files change
USAGE: USAGE:

View File

@ -3,7 +3,7 @@
<assemblyIdentity <assemblyIdentity
type="win32" type="win32"
name="Watchexec.Cli.watchexec" name="Watchexec.Cli.watchexec"
version="1.18.12.0" version="1.19.0.0"
/> />
<trustInfo> <trustInfo>