release: watchexec-supervisor v1.0.3 (#735)

Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
github-actions[bot] 2023-12-19 11:31:34 +00:00 committed by GitHub
parent eb4f2ce201
commit 6ecc5569e4
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

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

View File

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

View File

@ -2,6 +2,8 @@
## Next (YYYY-MM-DD)
## v1.0.3 (2023-12-19)
- Fix Start executing even when the job is running.
- Add kill-on-drop to guarantee no two processes run at the same time.

View File

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