Signed-off-by: John Nunley <dev@notgull.net>
This commit is contained in:
John Nunley 2023-11-24 07:48:05 -08:00 committed by GitHub
parent 0357928248
commit d23ab0b6a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
# Version 2.0.1
- Update `event-listener` to v4.0.0. (#64)
- Update `windows-sys` to v0.52.0. (#65)
# Version 2.0.0
- **Breaking:** Remove the `pre_exec` extension function on Unix. It is still available through the `From<std::process::Command>` implementation on `Command`. (#54)

View File

@ -3,7 +3,7 @@ name = "async-process"
# When publishing a new version:
# - Update CHANGELOG.md
# - Create "v2.x.y" git tag
version = "2.0.0"
version = "2.0.1"
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
edition = "2021"
rust-version = "1.63"