chore: Release

This commit is contained in:
Félix Saparelli 2024-04-21 01:06:46 +12:00
parent d6138b9961
commit ee815ba166
No known key found for this signature in database
4 changed files with 5 additions and 3 deletions

2
Cargo.lock generated
View File

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

View File

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

View File

@ -2,6 +2,8 @@
## Next (YYYY-MM-DD)
## v4.0.0 (2024-04-20)
- Deps: watchexec 4
## v3.0.0 (2024-01-01)

View File

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