From fb2c5449afd1d78c01664d67791dc58bbc6b221c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 26 Nov 2023 04:23:20 +0000 Subject: [PATCH] release: watchexec-supervisor v1.0.0 (#690) Co-authored-by: github-actions --- Cargo.lock | 2 +- crates/lib/Cargo.toml | 2 +- crates/supervisor/CHANGELOG.md | 2 ++ crates/supervisor/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 50b51a4..8bf1287 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3786,7 +3786,7 @@ dependencies = [ [[package]] name = "watchexec-supervisor" -version = "0.1.0" +version = "1.0.0" dependencies = [ "boxcar", "command-group", diff --git a/crates/lib/Cargo.toml b/crates/lib/Cargo.toml index 1b85ad9..45df8c8 100644 --- a/crates/lib/Cargo.toml +++ b/crates/lib/Cargo.toml @@ -39,7 +39,7 @@ version = "1.0.1" path = "../signals" [dependencies.watchexec-supervisor] -version = "0.1.0" +version = "1.0.0" path = "../supervisor" [dependencies.ignore-files] diff --git a/crates/supervisor/CHANGELOG.md b/crates/supervisor/CHANGELOG.md index 1ab686f..4ca84ff 100644 --- a/crates/supervisor/CHANGELOG.md +++ b/crates/supervisor/CHANGELOG.md @@ -2,4 +2,6 @@ ## Next (YYYY-MM-DD) +## v1.0.0 (2023-11-26) + - Initial release as a separate crate. diff --git a/crates/supervisor/Cargo.toml b/crates/supervisor/Cargo.toml index e8cec72..530bcec 100644 --- a/crates/supervisor/Cargo.toml +++ b/crates/supervisor/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "watchexec-supervisor" -version = "0.1.0" +version = "1.0.0" authors = ["FĂ©lix Saparelli "] license = "Apache-2.0 OR MIT"