From e90bf3756e7e53be4b204b09b4dac4609a93496e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 29 Nov 2023 05:41:27 +0000 Subject: [PATCH] release: watchexec v3.0.1 (#706) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: github-actions Co-authored-by: Félix Saparelli --- Cargo.lock | 2 +- crates/cli/Cargo.toml | 2 +- crates/filterer/globset/Cargo.toml | 2 +- crates/filterer/ignore/Cargo.toml | 2 +- crates/filterer/tagged/Cargo.toml | 2 +- crates/lib/CHANGELOG.md | 4 ++++ crates/lib/Cargo.toml | 2 +- 7 files changed, 10 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d5d5c2a..04d505d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3657,7 +3657,7 @@ checksum = "0d046c5d029ba91a1ed14da14dca44b68bf2f124cfbaf741c54151fdb3e0750b" [[package]] name = "watchexec" -version = "3.0.0" +version = "3.0.1" dependencies = [ "async-priority-channel", "async-recursion", diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index 30d2796..2c18ded 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -62,7 +62,7 @@ version = "1.2.1" path = "../project-origins" [dependencies.watchexec] -version = "3.0.0" +version = "3.0.1" path = "../lib" [dependencies.watchexec-events] diff --git a/crates/filterer/globset/Cargo.toml b/crates/filterer/globset/Cargo.toml index 05b35f1..706c4f8 100644 --- a/crates/filterer/globset/Cargo.toml +++ b/crates/filterer/globset/Cargo.toml @@ -24,7 +24,7 @@ version = "1.3.2" path = "../../ignore-files" [dependencies.watchexec] -version = "3.0.0" +version = "3.0.1" path = "../../lib" [dependencies.watchexec-events] diff --git a/crates/filterer/ignore/Cargo.toml b/crates/filterer/ignore/Cargo.toml index 9d8bf96..1ebe91b 100644 --- a/crates/filterer/ignore/Cargo.toml +++ b/crates/filterer/ignore/Cargo.toml @@ -25,7 +25,7 @@ version = "1.3.2" path = "../../ignore-files" [dependencies.watchexec] -version = "3.0.0" +version = "3.0.1" path = "../../lib" [dependencies.watchexec-events] diff --git a/crates/filterer/tagged/Cargo.toml b/crates/filterer/tagged/Cargo.toml index 762d0ad..1022ded 100644 --- a/crates/filterer/tagged/Cargo.toml +++ b/crates/filterer/tagged/Cargo.toml @@ -40,7 +40,7 @@ features = [ ] [dependencies.watchexec] -version = "3.0.0" +version = "3.0.1" path = "../../lib" [dependencies.watchexec-events] diff --git a/crates/lib/CHANGELOG.md b/crates/lib/CHANGELOG.md index 3fce59c..0aba80b 100644 --- a/crates/lib/CHANGELOG.md +++ b/crates/lib/CHANGELOG.md @@ -2,6 +2,10 @@ ## Next (YYYY-MM-DD) +## v3.0.1 (2023-11-29) + +- Deps: watchexec-events and watchexec-signals after major bump and yank + ## v3.0.0 (2023-11-26) ### General diff --git a/crates/lib/Cargo.toml b/crates/lib/Cargo.toml index 24eebfa..b6497af 100644 --- a/crates/lib/Cargo.toml +++ b/crates/lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "watchexec" -version = "3.0.0" +version = "3.0.1" authors = ["Matt Green ", "Félix Saparelli "] license = "Apache-2.0"