From 2f8da25d35d7bbbf466fef726d4922a88b044674 Mon Sep 17 00:00:00 2001 From: John Nunley Date: Sun, 15 Oct 2023 19:39:00 -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"