Skip to content

Commit

Permalink
release: watchexec-supervisor v1.0.3 (#735)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions <github-actions@github.com>
  • Loading branch information
github-actions[bot] and github-actions authored Dec 19, 2023
1 parent eb4f2ce commit 6ecc556
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
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/lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 2 additions & 0 deletions crates/supervisor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion crates/supervisor/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 6ecc556

Please sign in to comment.