release: watchexec-cli v1.23.0 (#647)

Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
github-actions[bot] 2023-08-30 06:18:56 +00:00 committed by GitHub
parent 3639f06745
commit 19a3fc9189
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.
title: "Watchexec: a tool to react to filesystem changes, and a crate ecosystem to power it"
version: "1.22.3"
date-released: 2023-05-14
version: "1.23.0"
date-released: 2023-08-30
repository-code: https://github.com/watchexec/watchexec
license: Apache-2.0

2
Cargo.lock generated
View File

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

View File

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

View File

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

View File

@ -1,6 +1,6 @@
.ie \n(.g .ds Aq \(aq
.el .ds Aq '
.TH watchexec 1 "watchexec 1.22.3"
.TH watchexec 1 "watchexec 1.23.0"
.SH NAME
watchexec \- Execute commands when watched files change
.SH SYNOPSIS
@ -479,6 +479,6 @@ Behaviour depends on the value of \*(Aq\-\-shell\*(Aq: for all except \*(Aqnone\
.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).
.SH VERSION
v1.22.3
v1.23.0
.SH AUTHORS
Félix Saparelli <felix@passcod.name>, Matt Green <mattgreenrocks@gmail.com>

View File

@ -684,7 +684,7 @@ file).
# VERSION
v1.22.3
v1.23.0
# AUTHORS

Binary file not shown.