release: watchexec-filterer-globset v3.0.0 (#752)

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:10:43 +00:00 committed by GitHub
parent 3cbf277b2e
commit 447b6fa963
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

@ -4067,7 +4067,7 @@ dependencies = [
[[package]]
name = "watchexec-filterer-globset"
version = "2.0.1"
version = "3.0.0"
dependencies = [
"ignore",
"ignore-files",

View File

@ -89,7 +89,7 @@ version = "2.1.0"
path = "../signals"
[dependencies.watchexec-filterer-globset]
version = "2.0.1"
version = "3.0.0"
path = "../filterer/globset"
[dependencies.tokio]

View File

@ -2,6 +2,10 @@
## Next (YYYY-MM-DD)
## v3.0.0 (2024-01-01)
- Deps: `watchexec-filterer-ignore` and `ignore-files`
## v2.0.1 (2023-12-09)
- Depend on `watchexec-events` instead of the `watchexec` re-export.

View File

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