Bump to v1.1.0

This commit is contained in:
Taiki Endo 2021-04-24 17:45:31 +09:00
parent 4831e3cbb9
commit 0da238915e
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,7 @@
# Version 1.1.0
- Add `into_stdio` method to `ChildStdin`, `ChildStdout`, and `ChildStderr`. (#13)
# Version 1.0.2
- Use `kill_on_drop` only when the last reference to `ChildGuard` is dropped.

View File

@ -1,5 +1,8 @@
[package]
name = "async-process"
# When publishing a new version:
# - Update CHANGELOG.md
# - Create "v1.x.y" git tag
version = "1.1.0"
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
edition = "2018"