release: watchexec-filterer-tagged v0.1.1 (#411)

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Félix Saparelli <felix@passcod.name>
This commit is contained in:
github-actions[bot] 2022-09-07 04:11:47 +00:00 committed by GitHub
parent d168ed9676
commit 6642362025
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 3 deletions

2
Cargo.lock generated
View File

@ -2700,7 +2700,7 @@ dependencies = [
[[package]]
name = "watchexec-filterer-tagged"
version = "0.1.0"
version = "0.1.1"
dependencies = [
"dunce",
"globset",

View File

@ -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]

View File

@ -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.

View File

@ -1,6 +1,6 @@
[package]
name = "watchexec-filterer-tagged"
version = "0.1.0"
version = "0.1.1"
authors = ["Félix Saparelli <felix@passcod.name>"]
license = "Apache-2.0"