From 2e2cec991f4395e02a2e88146db2da29a3e4b747 Mon Sep 17 00:00:00 2001 From: John Nunley Date: Sat, 1 Jun 2024 08:04:25 -0700 Subject: [PATCH] v2.2.3 Signed-off-by: John Nunley --- CHANGELOG.md | 5 +++++ Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd318af..350b60b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# Version 2.2.3 + +- Fix builds on Android by having Android unconditionally use the signal reaper + backend. (#80) + # Version 2.2.2 - Fix a typo in the docs for `ChildStdin`. (#76) diff --git a/Cargo.toml b/Cargo.toml index b1b8417..ad738f0 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.2" +version = "2.2.3" authors = ["Stjepan Glavina "] edition = "2021" rust-version = "1.63"