From 5c4b849a9a4cd481c13a4d2839f5fe66ea3c5ef0 Mon Sep 17 00:00:00 2001 From: John Nunley Date: Sun, 12 May 2024 14:40:05 -0700 Subject: [PATCH] v2.3.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 92636dd..2f705c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# Version 2.3.0 + +- Add `force_send` for sending items over the channel that displace other items. (#89) + # Version 2.2.1 - Fix the CI badge in the `crates.io` page. (#84) diff --git a/Cargo.toml b/Cargo.toml index e70f17d..9acb8fb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "async-channel" # When publishing a new version: # - Update CHANGELOG.md # - Create "v2.x.y" git tag -version = "2.2.1" +version = "2.3.0" authors = ["Stjepan Glavina "] edition = "2021" rust-version = "1.60"