release: watchexec-supervisor v1.0.0 (#690)

Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
github-actions[bot] 2023-11-26 04:23:20 +00:00 committed by GitHub
parent 64bdf7c9d5
commit fb2c5449af
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

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

View File

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

View File

@ -2,4 +2,6 @@
## Next (YYYY-MM-DD)
## v1.0.0 (2023-11-26)
- Initial release as a separate crate.

View File

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