diff --git a/Cargo.lock b/Cargo.lock index 08ddc96..6fd6136 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3796,7 +3796,7 @@ dependencies = [ [[package]] name = "watchexec-supervisor" -version = "1.0.1" +version = "1.0.2" dependencies = [ "boxcar", "command-group", diff --git a/crates/lib/Cargo.toml b/crates/lib/Cargo.toml index acf8b5c..eba856f 100644 --- a/crates/lib/Cargo.toml +++ b/crates/lib/Cargo.toml @@ -39,7 +39,7 @@ version = "2.1.0" path = "../signals" [dependencies.watchexec-supervisor] -version = "1.0.1" +version = "1.0.2" path = "../supervisor" [dependencies.ignore-files] diff --git a/crates/supervisor/CHANGELOG.md b/crates/supervisor/CHANGELOG.md index 84a6ca0..13b013d 100644 --- a/crates/supervisor/CHANGELOG.md +++ b/crates/supervisor/CHANGELOG.md @@ -2,6 +2,8 @@ ## Next (YYYY-MM-DD) +## v1.0.2 (2023-12-09) + - Add `trace`-level logging to Job task. ## v1.0.1 (2023-11-29) diff --git a/crates/supervisor/Cargo.toml b/crates/supervisor/Cargo.toml index d1b8c2c..65feb78 100644 --- a/crates/supervisor/Cargo.toml +++ b/crates/supervisor/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "watchexec-supervisor" -version = "1.0.1" +version = "1.0.2" authors = ["FĂ©lix Saparelli "] license = "Apache-2.0 OR MIT"