You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff 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)
0 commit comments