mirror of
https://github.com/watchexec/watchexec.git
synced 2024-11-16 17:18:30 +01:00
chore: Release
This commit is contained in:
parent
cb2a5087ff
commit
a0ca6294c6
6 changed files with 7 additions and 5 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -4060,7 +4060,7 @@ checksum = "65fc09f10666a9f147042251e0dda9c18f166ff7de300607007e96bdebc1068d"
|
|||
|
||||
[[package]]
|
||||
name = "watchexec"
|
||||
version = "4.1.0"
|
||||
version = "5.0.0"
|
||||
dependencies = [
|
||||
"async-priority-channel",
|
||||
"async-recursion",
|
||||
|
|
|
@ -82,7 +82,7 @@ version = "1.4.0"
|
|||
path = "../project-origins"
|
||||
|
||||
[dependencies.watchexec]
|
||||
version = "4.1.0"
|
||||
version = "5.0.0"
|
||||
path = "../lib"
|
||||
|
||||
[dependencies.watchexec-events]
|
||||
|
|
|
@ -24,7 +24,7 @@ version = "3.0.2"
|
|||
path = "../../ignore-files"
|
||||
|
||||
[dependencies.watchexec]
|
||||
version = "4.1.0"
|
||||
version = "5.0.0"
|
||||
path = "../../lib"
|
||||
|
||||
[dependencies.watchexec-events]
|
||||
|
|
|
@ -26,7 +26,7 @@ version = "3.0.2"
|
|||
path = "../../ignore-files"
|
||||
|
||||
[dependencies.watchexec]
|
||||
version = "4.1.0"
|
||||
version = "5.0.0"
|
||||
path = "../../lib"
|
||||
|
||||
[dependencies.watchexec-events]
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
|
||||
## Next (YYYY-MM-DD)
|
||||
|
||||
## v5.0.0 (2024-10-14)
|
||||
|
||||
- Deps: nix 0.29
|
||||
|
||||
## v4.1.0 (2024-04-28)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "watchexec"
|
||||
version = "4.1.0"
|
||||
version = "5.0.0"
|
||||
|
||||
authors = ["Félix Saparelli <felix@passcod.name>", "Matt Green <mattgreenrocks@gmail.com>"]
|
||||
license = "Apache-2.0"
|
||||
|
|
Loading…
Reference in a new issue