diff --git a/Cargo.lock b/Cargo.lock index 89007384..205156b7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4192,7 +4192,7 @@ dependencies = [ [[package]] name = "watchexec-supervisor" -version = "2.0.0" +version = "3.0.0" dependencies = [ "boxcar", "futures", diff --git a/crates/lib/Cargo.toml b/crates/lib/Cargo.toml index 855be176..d2a840f2 100644 --- a/crates/lib/Cargo.toml +++ b/crates/lib/Cargo.toml @@ -39,7 +39,7 @@ version = "4.0.0" path = "../signals" [dependencies.watchexec-supervisor] -version = "2.0.0" +version = "3.0.0" path = "../supervisor" [dependencies.ignore-files] diff --git a/crates/supervisor/CHANGELOG.md b/crates/supervisor/CHANGELOG.md index 5a421ee2..c12bf3c2 100644 --- a/crates/supervisor/CHANGELOG.md +++ b/crates/supervisor/CHANGELOG.md @@ -2,6 +2,8 @@ ## Next (YYYY-MM-DD) +## v3.0.0 (2024-10-14) + - Deps: nix 0.29 ## v2.0.0 (2024-04-20) diff --git a/crates/supervisor/Cargo.toml b/crates/supervisor/Cargo.toml index d1574f33..a31b1b9b 100644 --- a/crates/supervisor/Cargo.toml +++ b/crates/supervisor/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "watchexec-supervisor" -version = "2.0.0" +version = "3.0.0" authors = ["FĂ©lix Saparelli "] license = "Apache-2.0 OR MIT"