Bump to v1.2.0

This commit is contained in:
Taiki Endo 2021-08-07 16:51:24 +09:00
parent c806438681
commit fa4ab47e97
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
# Version 1.2.0
- Implement `AsRawHandle` on `Child` on `Windows` (#17)
# Version 1.1.0
- Add `into_stdio` method to `ChildStdin`, `ChildStdout`, and `ChildStderr`. (#13)

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.1.0"
version = "1.2.0"
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
edition = "2018"
description = "Async interface for working with processes"