Skip to content

Commit 5e48a40

Browse files
authored
v1.7.0 (#41)
1 parent 1a14d50 commit 5e48a40

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# Version 1.7.0
2+
3+
- Replace direct dependency on libc with rustix. (#31)
4+
- Reduce the number of syscalls used in the `into_stdio` method. (#31)
5+
- Add windows::CommandExt::raw_arg on Rust 1.62+. (#32)
6+
- Update windows-sys to 0.48. (#39)
7+
18
# Version 1.6.0
29

310
- Switch from `winapi` to `windows-sys` (#27)

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 "v1.x.y" git tag
6-
version = "1.6.0"
6+
version = "1.7.0"
77
authors = ["Stjepan Glavina <[email protected]>"]
88
edition = "2018"
99
rust-version = "1.48"

0 commit comments

Comments
 (0)