Skip to content

Commit 90f343f

Browse files
authored
v2.0.0
Signed-off-by: John Nunley <dev@notgull.net>
1 parent 54647be commit 90f343f

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# Version 2.0.0
2+
3+
- **Breaking:** Remove the `pre_exec` extension function on Unix. It is still available through the `From<std::process::Command>` implementation on `Command`. (#54)
4+
- Add the `driver()` function, which allows the processes to be driven without a separate thread. (#52)
5+
- Bump `async-io` to v2.0.0 and `async-channel` to v2.0.0. (#60)
6+
17
# Version 1.8.1
28

39
- Bump `async-signal` to v0.2.3. (#56)

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
name = "async-process"
33
# When publishing a new version:
44
# - Update CHANGELOG.md
5-
# - Create "v1.x.y" git tag
6-
version = "1.8.1"
5+
# - Create "v2.x.y" git tag
6+
version = "2.0.0"
77
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
88
edition = "2021"
99
rust-version = "1.63"

0 commit comments

Comments
 (0)