From 664236202580334e984b0c89ca7b7600103dd786 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 7 Sep 2022 04:11:47 +0000 Subject: [PATCH] release: watchexec-filterer-tagged v0.1.1 (#411) 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/tagged/CHANGELOG.md | 4 ++++ crates/filterer/tagged/Cargo.toml | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 891f071..ba6b147 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2700,7 +2700,7 @@ dependencies = [ [[package]] name = "watchexec-filterer-tagged" -version = "0.1.0" +version = "0.1.1" dependencies = [ "dunce", "globset", diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index da3490b..71355f7 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -49,7 +49,7 @@ version = "1.0.0" path = "../filterer/globset" [dependencies.watchexec-filterer-tagged] -version = "0.1.0" +version = "0.1.1" path = "../filterer/tagged" [dependencies.tokio] diff --git a/crates/filterer/tagged/CHANGELOG.md b/crates/filterer/tagged/CHANGELOG.md index 05a16d0..003bc21 100644 --- a/crates/filterer/tagged/CHANGELOG.md +++ b/crates/filterer/tagged/CHANGELOG.md @@ -2,6 +2,10 @@ ## Next (YYYY-MM-DD) +## v0.1.1 (2022-09-07) + +- Deps: update miette to 5.3.0 + ## v0.1.0 (2022-06-23) - Initial release as a separate crate. diff --git a/crates/filterer/tagged/Cargo.toml b/crates/filterer/tagged/Cargo.toml index 778eb48..afb0c9c 100644 --- a/crates/filterer/tagged/Cargo.toml +++ b/crates/filterer/tagged/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "watchexec-filterer-tagged" -version = "0.1.0" +version = "0.1.1" authors = ["Félix Saparelli "] license = "Apache-2.0"