release: watchexec-cli v1.22.3 (#590)

Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
github-actions[bot] 2023-05-14 10:51:37 +00:00 committed by GitHub
parent 1d87097b3e
commit eb19f83761
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 8 additions and 8 deletions

View file

@ -3,8 +3,8 @@ message: |
If you use this software, please cite it using these metadata. 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" title: "Watchexec: a tool to react to filesystem changes, and a crate ecosystem to power it"
version: "1.22.2" version: "1.22.3"
date-released: 2023-03-22 date-released: 2023-05-14
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

@ -3874,7 +3874,7 @@ dependencies = [
[[package]] [[package]]
name = "watchexec-cli" name = "watchexec-cli"
version = "1.22.2" version = "1.22.3"
dependencies = [ dependencies = [
"argfile", "argfile",
"bosion", "bosion",

View file

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

View file

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

View file

@ -1,6 +1,6 @@
.ie \n(.g .ds Aq \(aq .ie \n(.g .ds Aq \(aq
.el .ds Aq ' .el .ds Aq '
.TH watchexec 1 "watchexec 1.22.2" .TH watchexec 1 "watchexec 1.22.3"
.SH NAME .SH NAME
watchexec \- Execute commands when watched files change watchexec \- Execute commands when watched files change
.SH SYNOPSIS .SH SYNOPSIS
@ -472,6 +472,6 @@ Behaviour depends on the value of \*(Aq\-\-shell\*(Aq: for all except \*(Aqnone\
.SH EXTRA .SH EXTRA
Use @argfile as first argument to load arguments from the file \*(Aqargfile\*(Aq (one argument per line) which will be inserted in place of the @argfile (further arguments on the CLI will override or add onto those in the file). Use @argfile as first argument to load arguments from the file \*(Aqargfile\*(Aq (one argument per line) which will be inserted in place of the @argfile (further arguments on the CLI will override or add onto those in the file).
.SH VERSION .SH VERSION
v1.22.2 v1.22.3
.SH AUTHORS .SH AUTHORS
Félix Saparelli <felix@passcod.name>, Matt Green <mattgreenrocks@gmail.com> Félix Saparelli <felix@passcod.name>, Matt Green <mattgreenrocks@gmail.com>

View file

@ -673,7 +673,7 @@ file).
# VERSION # VERSION
v1.22.2 v1.22.3
# AUTHORS # AUTHORS

Binary file not shown.