Skip to content

Commit d23ab0b

Browse files
authored
v2.0.1
Signed-off-by: John Nunley <dev@notgull.net>
1 parent 0357928 commit d23ab0b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# Version 2.0.1
2+
3+
- Update `event-listener` to v4.0.0. (#64)
4+
- Update `windows-sys` to v0.52.0. (#65)
5+
16
# Version 2.0.0
27

38
- **Breaking:** Remove the `pre_exec` extension function on Unix. It is still available through the `From<std::process::Command>` implementation on `Command`. (#54)

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "async-process"
33
# When publishing a new version:
44
# - Update CHANGELOG.md
55
# - Create "v2.x.y" git tag
6-
version = "2.0.0"
6+
version = "2.0.1"
77
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
88
edition = "2021"
99
rust-version = "1.63"

0 commit comments

Comments
 (0)