release: watchexec-events v2.0.0 (#704)

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:15:33 +00:00 committed by GitHub
parent 16be20050b
commit c4dceb2d88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 13 additions and 9 deletions

2
Cargo.lock generated
View File

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

View File

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

View File

@ -2,12 +2,16 @@
## Next (YYYY-MM-DD)
## v1.1.0 (2023-11-26)
## v2.0.0 (2023-11-29)
- Add `ProcessEnd::into_exitstatus` testing-only utility method.
- Deps: upgrade to Notify 6.0
- Deps: upgrade to nix 0.27
## v1.1.0 (2023-11-26)
Same as 2.0.0, but yanked.
## v1.0.0 (2023-03-18)
- Split off new `watchexec-events` crate (this one), to have a lightweight library that can parse

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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