Release 1.5.0

This commit is contained in:
Taiki Endo 2022-08-21 18:24:34 +09:00
parent 8dda23e06b
commit 00f30f09e2
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
# Version 1.5.0
- Implement `AsRawFd` for `ChildStd*` (#23)
- Implement I/O safety traits on Rust 1.63+ (#23)
# Version 1.4.0
- `Command::spawn` and `Command::output` no longer unconfigure stdio streams (#20)

View File

@ -3,7 +3,7 @@ name = "async-process"
# When publishing a new version:
# - Update CHANGELOG.md
# - Create "v1.x.y" git tag
version = "1.4.0"
version = "1.5.0"
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
edition = "2018"
rust-version = "1.46"