release: watchexec-events v2.0.1 (#707)

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Félix Saparelli <felix@passcod.name>
This commit is contained in:
github-actions[bot] 2023-11-29 05:56:23 +00:00 committed by GitHub
parent e90bf3756e
commit c75134d255
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 15 additions and 10 deletions

2
Cargo.lock generated
View File

@ -3719,7 +3719,7 @@ dependencies = [
[[package]]
name = "watchexec-events"
version = "2.0.0"
version = "2.0.1"
dependencies = [
"nix 0.27.1",
"notify",

View File

@ -66,7 +66,7 @@ version = "3.0.1"
path = "../lib"
[dependencies.watchexec-events]
version = "2.0.0"
version = "2.0.1"
path = "../events"
features = ["serde"]

View File

@ -2,15 +2,20 @@
## Next (YYYY-MM-DD)
## v2.0.0 (2023-11-29)
## v2.0.1 (2023-11-29)
- Add `ProcessEnd::into_exitstatus` testing-only utility method.
- Deps: upgrade to Notify 6.0
- Deps: upgrade to nix 0.27
- Deps: upgrade to watchexec-signals 2.0.0
## v2.0.0 (2023-11-29)
Same as 2.0.1, but yanked.
## v1.1.0 (2023-11-26)
Same as 2.0.0, but yanked.
Same as 2.0.1, but yanked.
## v1.0.0 (2023-03-18)

View File

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

View File

@ -28,7 +28,7 @@ version = "3.0.1"
path = "../../lib"
[dependencies.watchexec-events]
version = "2.0.0"
version = "2.0.1"
path = "../../events"
[dependencies.watchexec-filterer-ignore]

View File

@ -29,7 +29,7 @@ version = "3.0.1"
path = "../../lib"
[dependencies.watchexec-events]
version = "2.0.0"
version = "2.0.1"
path = "../../events"
[dependencies.watchexec-signals]

View File

@ -44,7 +44,7 @@ version = "3.0.1"
path = "../../lib"
[dependencies.watchexec-events]
version = "2.0.0"
version = "2.0.1"
path = "../../events"
[dependencies.watchexec-filterer-ignore]

View File

@ -31,7 +31,7 @@ version = "5.0.1"
features = ["with-tokio"]
[dependencies.watchexec-events]
version = "2.0.0"
version = "2.0.1"
path = "../events"
[dependencies.watchexec-signals]

View File

@ -28,7 +28,7 @@ default-features = false
features = ["macros", "process", "rt", "sync", "time"]
[dependencies.watchexec-events]
version = "2.0.0"
version = "2.0.1"
default-features = false
path = "../events"