From c6ecf7d5c3b8d2144076184022a653aa36714089 Mon Sep 17 00:00:00 2001 From: John Nunley Date: Sat, 20 Apr 2024 12:00:29 -0700 Subject: [PATCH] v2.2.2 Signed-off-by: John Nunley --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a264539..fd318af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# Version 2.2.2 + +- Fix a typo in the docs for `ChildStdin`. (#76) + # Version 2.2.1 - Fix a compilation error for 32-bit operating systems by using a 32-bit zombie counter. (#75) diff --git a/Cargo.toml b/Cargo.toml index 6671c07..93438cb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "async-process" # When publishing a new version: # - Update CHANGELOG.md # - Create "v2.x.y" git tag -version = "2.2.1" +version = "2.2.2" authors = ["Stjepan Glavina "] edition = "2021" rust-version = "1.63"