Skip to content

Commit

Permalink
release: cli v1.20.0 (#337)
Browse files Browse the repository at this point in the history
This is a release PR for **cli** to version **1.20.0**.

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 |
|:-:|
  • Loading branch information
github-actions[bot] committed Jun 23, 2022
1 parent d71412c commit 77d4b03
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ message: |
If you use this software, please cite it using these metadata.
title: Watchexec
version: "1.19.0"
date-released: 2022-04-15
version: "1.20.0"
date-released: 2022-06-23

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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "watchexec-cli"
version = "1.19.0"
version = "1.20.0"

authors = ["Matt Green <mattgreenrocks@gmail.com>", "Félix Saparelli <felix@passcod.name>"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/cli/tests/snapshots/help__help_unix.snap
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
source: crates/cli/tests/help.rs
expression: "String::from_utf8(output.stdout).unwrap()"
---
watchexec 1.19.0
watchexec 1.20.0
Execute commands when watched files change

USAGE:
Expand Down
2 changes: 1 addition & 1 deletion crates/cli/tests/snapshots/help__help_windows.snap
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ source: cli/tests/help.rs
assertion_line: 16
expression: "String::from_utf8(output.stdout).unwrap()"
---
watchexec 1.19.0
watchexec 1.20.0
Execute commands when watched files change

USAGE:
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.19.0.0"
version="1.20.0.0"
/>

<trustInfo>
Expand Down

0 comments on commit 77d4b03

Please sign in to comment.