release: watchexec-cli v1.24.2 (#736)

Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
github-actions[bot] 2023-12-19 13:10:59 +00:00 committed by GitHub
parent 6ecc5569e4
commit e9cce54179
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 12 additions and 12 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.24.1"
date-released: 2023-12-11
version: "1.24.2"
date-released: 2023-12-19
repository-code: https://github.com/watchexec/watchexec
license: Apache-2.0

2
Cargo.lock generated
View File

@ -3893,7 +3893,7 @@ dependencies = [
[[package]]
name = "watchexec-cli"
version = "1.24.1"
version = "1.24.2"
dependencies = [
"argfile",
"bosion",

View File

@ -1,6 +1,6 @@
[package]
name = "watchexec-cli"
version = "1.24.1"
version = "1.24.2"
authors = ["Félix Saparelli <felix@passcod.name>", "Matt Green <mattgreenrocks@gmail.com>"]
license = "Apache-2.0"
@ -37,14 +37,14 @@ termcolor = "1.4.0"
tracing = "0.1.40"
which = "5.0.0"
[dependencies.console-subscriber]
version = "0.2.0"
optional = true
[dependencies.clap]
version = "4.4.7"
features = ["cargo", "derive", "env", "wrap_help"]
[dependencies.console-subscriber]
version = "0.2.0"
optional = true
[dependencies.eyra]
version = "0.16.8"
features = ["log", "env_logger"]

View File

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

View File

@ -1,6 +1,6 @@
.ie \n(.g .ds Aq \(aq
.el .ds Aq '
.TH watchexec 1 "watchexec 1.24.1"
.TH watchexec 1 "watchexec 1.24.2"
.SH NAME
watchexec \- Execute commands when watched files change
.SH SYNOPSIS
@ -524,6 +524,6 @@ Use @argfile as first argument to load arguments from the file \*(Aqargfile\*(Aq
Didn\*(Aqt expect this much output? Use the short \*(Aq\-h\*(Aq flag to get short help.
.SH VERSION
v1.24.1
v1.24.2
.SH AUTHORS
Félix Saparelli <felix@passcod.name>, Matt Green <mattgreenrocks@gmail.com>

View File

@ -761,7 +761,7 @@ Didnt expect this much output? Use the short -h flag to get short help.
# VERSION
v1.24.1
v1.24.2
# AUTHORS