From d0f4e80b7abf50422ae1289a8bb9fb3c56641e4e Mon Sep 17 00:00:00 2001 From: John Nunley Date: Tue, 17 Oct 2023 19:15:48 -0700 Subject: [PATCH] v0.2.3 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 3f4b2b5..24a1866 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# Version 0.2.3 + +- Enter the `tokio` context while dropping wrapped `tokio` types. (#22) + # Version 0.2.2 - Add `smol-rs` logo to the docs. (#19) diff --git a/Cargo.toml b/Cargo.toml index aa8ade4..e2fc3b8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "async-compat" # When publishing a new version: # - Update CHANGELOG.md # - Create "v0.x.y" git tag -version = "0.2.2" +version = "0.2.3" authors = ["Stjepan Glavina "] edition = "2018" description = "Compatibility adapter between tokio and futures"