chore: Release

This commit is contained in:
Félix Saparelli 2024-10-14 23:29:33 +13:00
parent cb2a5087ff
commit a0ca6294c6
No known key found for this signature in database
6 changed files with 7 additions and 5 deletions

2
Cargo.lock generated
View file

@ -4060,7 +4060,7 @@ checksum = "65fc09f10666a9f147042251e0dda9c18f166ff7de300607007e96bdebc1068d"
[[package]] [[package]]
name = "watchexec" name = "watchexec"
version = "4.1.0" version = "5.0.0"
dependencies = [ dependencies = [
"async-priority-channel", "async-priority-channel",
"async-recursion", "async-recursion",

View file

@ -82,7 +82,7 @@ version = "1.4.0"
path = "../project-origins" path = "../project-origins"
[dependencies.watchexec] [dependencies.watchexec]
version = "4.1.0" version = "5.0.0"
path = "../lib" path = "../lib"
[dependencies.watchexec-events] [dependencies.watchexec-events]

View file

@ -24,7 +24,7 @@ version = "3.0.2"
path = "../../ignore-files" path = "../../ignore-files"
[dependencies.watchexec] [dependencies.watchexec]
version = "4.1.0" version = "5.0.0"
path = "../../lib" path = "../../lib"
[dependencies.watchexec-events] [dependencies.watchexec-events]

View file

@ -26,7 +26,7 @@ version = "3.0.2"
path = "../../ignore-files" path = "../../ignore-files"
[dependencies.watchexec] [dependencies.watchexec]
version = "4.1.0" version = "5.0.0"
path = "../../lib" path = "../../lib"
[dependencies.watchexec-events] [dependencies.watchexec-events]

View file

@ -2,6 +2,8 @@
## Next (YYYY-MM-DD) ## Next (YYYY-MM-DD)
## v5.0.0 (2024-10-14)
- Deps: nix 0.29 - Deps: nix 0.29
## v4.1.0 (2024-04-28) ## v4.1.0 (2024-04-28)

View file

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