release: watchexec v3.0.0 (#692)

Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
github-actions[bot] 2023-11-26 04:54:43 +00:00 committed by GitHub
parent fb2c5449af
commit d9f6d20b6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 8 additions and 6 deletions

2
Cargo.lock generated
View File

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

View File

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

View File

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

View File

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

View File

@ -40,7 +40,7 @@ features = [
] ]
[dependencies.watchexec] [dependencies.watchexec]
version = "2.3.0" version = "3.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)
## v3.0.0 (2023-11-26)
### General ### General
- Crate is more oriented around `Watchexec` the core experience rather than providing the kitchensink / components so you could build your own from the pieces; that helps the cohesion of the whole and simplifies many patterns. - Crate is more oriented around `Watchexec` the core experience rather than providing the kitchensink / components so you could build your own from the pieces; that helps the cohesion of the whole and simplifies many patterns.

View File

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