release: cli v1.20.2 (#357)

This is a release PR for **cli** to version **1.20.2**.

Upon merging, this will automatically build the CLI and create a GitHub release. You still need to manually publish the cargo crate.

```
$ cd crates/cli
$ cargo publish
```

To merge this release, review the changes then say:

| bors r+ p=10 |
|:-:|
This commit is contained in:
github-actions[bot] 2022-06-28 14:15:48 +00:00
parent 1b70a92162
commit 64895132aa
6 changed files with 6 additions and 6 deletions

View File

@ -5,7 +5,7 @@ message: |
If you use this software, please cite it using these metadata.
title: Watchexec
version: "1.20.1"
version: "1.20.2"
date-released: 2022-06-28
repository-code: https://github.com/watchexec/watchexec

2
Cargo.lock generated
View File

@ -2644,7 +2644,7 @@ dependencies = [
[[package]]
name = "watchexec-cli"
version = "1.20.1"
version = "1.20.2"
dependencies = [
"assert_cmd",
"clap",

View File

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

View File

@ -4,7 +4,7 @@ expression: "String::from_utf8(output.stdout).unwrap()"
---
⚠ DEBUG BUILD ⚠
watchexec 1.20.1
watchexec 1.20.2
Execute commands when watched files change
USAGE:

View File

@ -5,7 +5,7 @@ expression: "String::from_utf8(output.stdout).unwrap()"
---
⚠ DEBUG BUILD ⚠
watchexec 1.20.1
watchexec 1.20.2
Execute commands when watched files change
USAGE:

View File

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