release: watchexec-cli v1.21.1 (#499)

Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
github-actions[bot] 2023-02-14 23:56:59 +00:00 committed by GitHub
parent 84d3947247
commit d4b86366a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 5 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.21.0" version: "1.21.1"
date-released: 2023-01-09 date-released: 2023-02-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

@ -2670,7 +2670,7 @@ dependencies = [
[[package]] [[package]]
name = "watchexec-cli" name = "watchexec-cli"
version = "1.21.0" version = "1.21.1"
dependencies = [ dependencies = [
"clap", "clap",
"console-subscriber", "console-subscriber",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "watchexec-cli" name = "watchexec-cli"
version = "1.21.0" version = "1.21.1"
authors = ["Matt Green <mattgreenrocks@gmail.com>", "Félix Saparelli <felix@passcod.name>"] authors = ["Matt Green <mattgreenrocks@gmail.com>", "Félix Saparelli <felix@passcod.name>"]
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.21.0.0" version="1.21.1.0"
/> />
<trustInfo> <trustInfo>