Skip to content

Commit

Permalink
release: watchexec-cli v1.24.1 (#722)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions <github-actions@github.com>
  • Loading branch information
github-actions[bot] and github-actions committed Dec 11, 2023
1 parent 53c9e34 commit a72ff0e
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions CITATION.cff
Expand Up @@ -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.0"
date-released: 2023-12-09
version: "1.24.1"
date-released: 2023-12-11

repository-code: https://github.com/watchexec/watchexec
license: Apache-2.0
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/cli/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "watchexec-cli"
version = "1.24.0"
version = "1.24.1"

authors = ["Félix Saparelli <felix@passcod.name>", "Matt Green <mattgreenrocks@gmail.com>"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/cli/watchexec.exe.manifest
Expand Up @@ -3,7 +3,7 @@
<assemblyIdentity
type="win32"
name="Watchexec.Cli.watchexec"
version="1.24.0.0"
version="1.24.1.0"
/>

<trustInfo>
Expand Down
4 changes: 2 additions & 2 deletions doc/watchexec.1
@@ -1,6 +1,6 @@
.ie \n(.g .ds Aq \(aq
.el .ds Aq '
.TH watchexec 1 "watchexec 1.24.0"
.TH watchexec 1 "watchexec 1.24.1"
.SH NAME
watchexec \- Execute commands when watched files change
.SH SYNOPSIS
Expand Down Expand Up @@ -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.0
v1.24.1
.SH AUTHORS
Félix Saparelli <felix@passcod.name>, Matt Green <mattgreenrocks@gmail.com>
2 changes: 1 addition & 1 deletion doc/watchexec.1.md
Expand Up @@ -761,7 +761,7 @@ Didnt expect this much output? Use the short -h flag to get short help.

# VERSION

v1.24.0
v1.24.1

# AUTHORS

Expand Down

0 comments on commit a72ff0e

Please sign in to comment.