chore: Release

This commit is contained in:
Félix Saparelli 2024-10-14 23:22:34 +13:00
parent 51c094b8a7
commit ecc3256fa4
No known key found for this signature in database
4 changed files with 5 additions and 3 deletions

2
Cargo.lock generated
View file

@ -4192,7 +4192,7 @@ dependencies = [
[[package]]
name = "watchexec-supervisor"
version = "2.0.0"
version = "3.0.0"
dependencies = [
"boxcar",
"futures",

View file

@ -39,7 +39,7 @@ version = "4.0.0"
path = "../signals"
[dependencies.watchexec-supervisor]
version = "2.0.0"
version = "3.0.0"
path = "../supervisor"
[dependencies.ignore-files]

View file

@ -2,6 +2,8 @@
## Next (YYYY-MM-DD)
## v3.0.0 (2024-10-14)
- Deps: nix 0.29
## v2.0.0 (2024-04-20)

View file

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