release: watchexec-filterer-tagged v0.2.0 (#477)

Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
github-actions[bot] 2023-01-09 00:34:40 +00:00 committed by GitHub
parent daa11aad09
commit 4e3e7a140a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 3 deletions

2
Cargo.lock generated
View File

@ -2707,7 +2707,7 @@ dependencies = [
[[package]]
name = "watchexec-filterer-tagged"
version = "0.1.1"
version = "0.2.0"
dependencies = [
"futures",
"globset",

View File

@ -48,7 +48,7 @@ version = "1.1.0"
path = "../filterer/globset"
[dependencies.watchexec-filterer-tagged]
version = "0.1.1"
version = "0.2.0"
path = "../filterer/tagged"
[dependencies.tokio]

View File

@ -2,6 +2,8 @@
## Next (YYYY-MM-DD)
## v0.2.0 (2023-01-09)
- MSRV: bump to 1.61.0
## v0.1.1 (2022-09-07)

View File

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