release: watchexec-filterer-ignore v3.0.1 (#763)

Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
github-actions[bot] 2024-01-05 15:48:04 +13:00 committed by GitHub
parent 6a2f637a60
commit 465ccfc597
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 6 additions and 4 deletions

2
Cargo.lock generated
View File

@ -4082,7 +4082,7 @@ dependencies = [
[[package]]
name = "watchexec-filterer-ignore"
version = "3.0.0"
version = "3.0.1"
dependencies = [
"dunce",
"ignore",

View File

@ -32,7 +32,7 @@ version = "2.0.1"
path = "../../events"
[dependencies.watchexec-filterer-ignore]
version = "3.0.0"
version = "3.0.1"
path = "../ignore"
[dev-dependencies]

View File

@ -2,6 +2,8 @@
## Next (YYYY-MM-DD)
## v3.0.1 (2024-01-04)
- Normalise paths on all platforms (via `normalize-path`).
## v3.0.0 (2024-01-01)

View File

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

View File

@ -48,7 +48,7 @@ version = "2.0.1"
path = "../../events"
[dependencies.watchexec-filterer-ignore]
version = "3.0.0"
version = "3.0.1"
path = "../ignore"
[dependencies.watchexec-signals]