Bump to v0.1.2

This commit is contained in:
Stjepan Glavina 2020-08-22 16:43:12 +00:00
parent 056879ddf5
commit 60ce358d76
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
# Version 0.1.2
- Add Unix and Windows extensions.
- Add `Command::reap_on_drop()` option.
- Add `Command::kill_on_drop()` option.
# Version 0.1.1
- Initial version

View File

@ -1,6 +1,6 @@
[package]
name = "async-process"
version = "0.1.1"
version = "0.1.2"
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
edition = "2018"
description = "Async interface for working with processes"