release: watchexec v3.0.1 (#706)

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] 2023-11-29 05:41:27 +00:00 committed by GitHub
parent 91b34bc96e
commit e90bf3756e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 10 additions and 6 deletions

2
Cargo.lock generated
View File

@ -3657,7 +3657,7 @@ checksum = "0d046c5d029ba91a1ed14da14dca44b68bf2f124cfbaf741c54151fdb3e0750b"
[[package]]
name = "watchexec"
version = "3.0.0"
version = "3.0.1"
dependencies = [
"async-priority-channel",
"async-recursion",

View File

@ -62,7 +62,7 @@ version = "1.2.1"
path = "../project-origins"
[dependencies.watchexec]
version = "3.0.0"
version = "3.0.1"
path = "../lib"
[dependencies.watchexec-events]

View File

@ -24,7 +24,7 @@ version = "1.3.2"
path = "../../ignore-files"
[dependencies.watchexec]
version = "3.0.0"
version = "3.0.1"
path = "../../lib"
[dependencies.watchexec-events]

View File

@ -25,7 +25,7 @@ version = "1.3.2"
path = "../../ignore-files"
[dependencies.watchexec]
version = "3.0.0"
version = "3.0.1"
path = "../../lib"
[dependencies.watchexec-events]

View File

@ -40,7 +40,7 @@ features = [
]
[dependencies.watchexec]
version = "3.0.0"
version = "3.0.1"
path = "../../lib"
[dependencies.watchexec-events]

View File

@ -2,6 +2,10 @@
## Next (YYYY-MM-DD)
## v3.0.1 (2023-11-29)
- Deps: watchexec-events and watchexec-signals after major bump and yank
## v3.0.0 (2023-11-26)
### General

View File

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