chore: Release

This commit is contained in:
Félix Saparelli 2024-04-28 18:53:42 +12:00
parent e63d37f601
commit c9a3b9df00
No known key found for this signature in database
4 changed files with 5 additions and 3 deletions

2
Cargo.lock generated
View File

@ -4097,7 +4097,7 @@ dependencies = [
[[package]]
name = "watchexec-filterer-globset"
version = "4.0.0"
version = "4.0.1"
dependencies = [
"ignore",
"ignore-files",

View File

@ -98,7 +98,7 @@ version = "3.0.0"
path = "../signals"
[dependencies.watchexec-filterer-globset]
version = "4.0.0"
version = "4.0.1"
path = "../filterer/globset"
[dependencies.tokio]

View File

@ -2,6 +2,8 @@
## Next (YYYY-MM-DD)
## v4.0.1 (2024-04-28)
- Hide fmt::Debug spew from ignore crate, use `full_debug` feature to restore.
## v4.0.0 (2024-04-20)

View File

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