chore: Release

This commit is contained in:
Félix Saparelli 2024-04-21 01:00:28 +12:00
parent 9d91c51651
commit d317540fd3
No known key found for this signature in database
6 changed files with 7 additions and 5 deletions

2
Cargo.lock generated
View File

@ -3995,7 +3995,7 @@ checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96"
[[package]]
name = "watchexec"
version = "3.0.1"
version = "4.0.0"
dependencies = [
"async-priority-channel",
"async-recursion",

View File

@ -84,7 +84,7 @@ version = "1.3.0"
path = "../project-origins"
[dependencies.watchexec]
version = "3.0.1"
version = "4.0.0"
path = "../lib"
[dependencies.watchexec-events]

View File

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

View File

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

View File

@ -2,6 +2,8 @@
## Next (YYYY-MM-DD)
## v4.0.0 (2024-04-20)
- Deps: replace command-group with process-wrap (in supervisor, but has flow-on effects)
- Deps: miette 7
- Deps: nix 0.28

View File

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