From 9b14d03b7dd13e7d87d59f03e6452bd3c91d6b72 Mon Sep 17 00:00:00 2001 From: John Nunley Date: Sat, 30 Mar 2024 07:39:50 -0700 Subject: [PATCH] v2.2.0 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 dfd80d2..e202aa1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# Version 2.2.0 + +- Port Linux to a new backend that tries to use `pidfd` if it is available. (#68) + # Version 2.1.0 - Update `event-listener` to v5.1.0. (#67) diff --git a/Cargo.toml b/Cargo.toml index fa85114..c5a3357 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.1.0" +version = "2.2.0" authors = ["Stjepan Glavina "] edition = "2021" rust-version = "1.63"