diff --git a/Cargo.lock b/Cargo.lock index 627ea6b..a0804b7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4125,7 +4125,7 @@ dependencies = [ [[package]] name = "watchexec-supervisor" -version = "1.0.3" +version = "2.0.0" dependencies = [ "boxcar", "futures", diff --git a/crates/lib/Cargo.toml b/crates/lib/Cargo.toml index 0199a38..cffd578 100644 --- a/crates/lib/Cargo.toml +++ b/crates/lib/Cargo.toml @@ -39,7 +39,7 @@ version = "3.0.0" path = "../signals" [dependencies.watchexec-supervisor] -version = "1.0.3" +version = "2.0.0" path = "../supervisor" [dependencies.ignore-files] diff --git a/crates/supervisor/CHANGELOG.md b/crates/supervisor/CHANGELOG.md index 2247cb4..1562c60 100644 --- a/crates/supervisor/CHANGELOG.md +++ b/crates/supervisor/CHANGELOG.md @@ -2,6 +2,8 @@ ## Next (YYYY-MM-DD) +## v2.0.0 (2024-04-20) + - Deps: replace command-group with process-wrap - Deps: nix 0.28 diff --git a/crates/supervisor/Cargo.toml b/crates/supervisor/Cargo.toml index 7d22702..f9eb090 100644 --- a/crates/supervisor/Cargo.toml +++ b/crates/supervisor/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "watchexec-supervisor" -version = "1.0.3" +version = "2.0.0" authors = ["FĂ©lix Saparelli "] license = "Apache-2.0 OR MIT"