Skip to content

Commit

Permalink
release: watchexec-cli v1.22.2 (#560)
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 Mar 22, 2023
1 parent 8a28080 commit e8391cd
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ 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.1"
version: "1.22.2"
date-released: 2023-03-22

repository-code: https://github.com/watchexec/watchexec
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "watchexec-cli"
version = "1.22.1"
version = "1.22.2"

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
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<assemblyIdentity
type="win32"
name="Watchexec.Cli.watchexec"
version="1.22.1.0"
version="1.22.2.0"
/>

<trustInfo>
Expand Down
4 changes: 2 additions & 2 deletions doc/watchexec.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.ie \n(.g .ds Aq \(aq
.el .ds Aq '
.TH watchexec 1 "watchexec 1.22.1"
.TH watchexec 1 "watchexec 1.22.2"
.SH NAME
watchexec \- Execute commands when watched files change
.SH SYNOPSIS
Expand Down Expand Up @@ -472,6 +472,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.1
v1.22.2
.SH AUTHORS
Félix Saparelli <felix@passcod.name>, Matt Green <mattgreenrocks@gmail.com>
2 changes: 1 addition & 1 deletion doc/watchexec.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -673,7 +673,7 @@ file).

# VERSION

v1.22.1
v1.22.2

# AUTHORS

Expand Down
Binary file modified doc/watchexec.1.pdf
Binary file not shown.

0 comments on commit e8391cd

Please sign in to comment.