From 090f6eec39ff9a15e3fad0ad075a00d08a5cb288 Mon Sep 17 00:00:00 2001 From: Stjepan Glavina Date: Fri, 9 Oct 2020 14:38:18 +0200 Subject: [PATCH] Bump to v1.0.1 --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0381b71..e8486f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# Version 1.0.1 + +- Update `futures-lite`. + # Version 1.0.0 - Update dependencies and stabilize. diff --git a/Cargo.toml b/Cargo.toml index 209e121..cd39f22 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-process" -version = "1.0.0" +version = "1.0.1" authors = ["Stjepan Glavina "] edition = "2018" description = "Async interface for working with processes"