release: watchexec-filterer-globset v2.0.0 (#696)

Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
github-actions[bot] 2023-11-27 10:52:28 +00:00 committed by GitHub
parent dc91e69966
commit 16e606e944
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

@ -3722,7 +3722,7 @@ dependencies = [
[[package]]
name = "watchexec-filterer-globset"
version = "1.2.0"
version = "2.0.0"
dependencies = [
"ignore",
"ignore-files",

View File

@ -74,7 +74,7 @@ version = "1.0.1"
path = "../signals"
[dependencies.watchexec-filterer-globset]
version = "1.2.0"
version = "2.0.0"
path = "../filterer/globset"
[dependencies.tokio]

View File

@ -2,6 +2,8 @@
## Next (YYYY-MM-DD)
## v2.0.0 (2023-11-27)
- Depend on `watchexec-events` instead of the `watchexec` re-export.
## v1.2.0 (2023-03-18)

View File

@ -1,6 +1,6 @@
[package]
name = "watchexec-filterer-globset"
version = "1.2.0"
version = "2.0.0"
authors = ["Matt Green <mattgreenrocks@gmail.com>", "Félix Saparelli <felix@passcod.name>"]
license = "Apache-2.0"