From 16b78764ae685597b7771ef9d2ef9bb88407bdd8 Mon Sep 17 00:00:00 2001 From: Stjepan Glavina Date: Fri, 5 Feb 2021 21:03:55 +0100 Subject: [PATCH] Bump to v0.1.2 --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e8486f3..37a5ad0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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`. diff --git a/Cargo.toml b/Cargo.toml index 804187b..ed60cda 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-process" -version = "1.0.1" +version = "1.0.2" authors = ["Stjepan Glavina "] edition = "2018" description = "Async interface for working with processes"