Bump to v0.1.2

This commit is contained in:
Stjepan Glavina 2021-02-05 21:03:55 +01:00
parent 03c6a06099
commit 16b78764ae
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
# Version 1.0.2
- Use `kill_on_drop` only when the last reference to `ChildGuard` is dropped.
# Version 1.0.1
- Update `futures-lite`.

View File

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