From ecc3256fa413fdc92088efe50d207c6faca53d81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Saparelli?= Date: Mon, 14 Oct 2024 23:22:34 +1300 Subject: [PATCH] chore: Release --- 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 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"