release: watchexec-supervisor v1.0.1 (#708)

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Félix Saparelli <felix@passcod.name>
This commit is contained in:
github-actions[bot] 2023-11-29 06:10:10 +00:00 committed by GitHub
parent c75134d255
commit 44d794c921
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 3 deletions

2
Cargo.lock generated
View File

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

View File

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

View File

@ -2,6 +2,11 @@
## Next (YYYY-MM-DD)
## v1.0.1 (2023-11-29)
- Deps: watchexec-events 2.0.1
- Deps: watchexec-signals 2.0.0
## v1.0.0 (2023-11-26)
- Initial release as a separate crate.

View File

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