From 71554e4a6699df4551755a006a771eaec2f49c60 Mon Sep 17 00:00:00 2001 From: John Nunley Date: Sun, 5 Nov 2023 16:53:10 -0800 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 28d6bbf..a2cad00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# Version 2.2.0 + +- Bump `async-lock` and `futures-lite` to their latest version. (#170) + # Version 2.1.0 - Implement `IoSafe` for `std::process::{ChildStdin, ChildStdout, ChildStderr}`. (#162) diff --git a/Cargo.toml b/Cargo.toml index 29d679f..22fb509 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "async-io" # 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"