release: watchexec-filterer-tagged v2.0.0 (#753)

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] 2024-01-01 09:09:24 +00:00 committed by GitHub
parent 48793008eb
commit 3cbf277b2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 2 deletions

2
Cargo.lock generated
View File

@ -4098,7 +4098,7 @@ dependencies = [
[[package]]
name = "watchexec-filterer-tagged"
version = "1.0.0"
version = "2.0.0"
dependencies = [
"futures",
"globset",

View File

@ -2,6 +2,10 @@
## Next (YYYY-MM-DD)
## v2.0.0 (2024-01-01)
- Depend on `watchexec-events` instead of the `watchexec` re-export.
## v1.0.0 (2023-12-10)
- Officially deprecate (crate is now unmaintained).

View File

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