release: watchexec-supervisor v1.0.2 (#713)

Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
github-actions[bot] 2023-12-09 10:43:55 +00:00 committed by GitHub
parent deb6072a26
commit a166b3bc9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 3 deletions

2
Cargo.lock generated
View File

@ -3796,7 +3796,7 @@ dependencies = [
[[package]]
name = "watchexec-supervisor"
version = "1.0.1"
version = "1.0.2"
dependencies = [
"boxcar",
"command-group",

View File

@ -39,7 +39,7 @@ version = "2.1.0"
path = "../signals"
[dependencies.watchexec-supervisor]
version = "1.0.1"
version = "1.0.2"
path = "../supervisor"
[dependencies.ignore-files]

View File

@ -2,6 +2,8 @@
## Next (YYYY-MM-DD)
## v1.0.2 (2023-12-09)
- Add `trace`-level logging to Job task.
## v1.0.1 (2023-11-29)

View File

@ -1,6 +1,6 @@
[package]
name = "watchexec-supervisor"
version = "1.0.1"
version = "1.0.2"
authors = ["Félix Saparelli <felix@passcod.name>"]
license = "Apache-2.0 OR MIT"