From 22b5e83c4fbd126eddc1990647d0ce35ee754467 Mon Sep 17 00:00:00 2001 From: John Nunley Date: Mon, 25 Sep 2023 10:22:00 -0700 Subject: [PATCH] v2.3.0 Signed-off-by: John Nunley --- CHANGELOG.md | 6 ++++++ Cargo.toml | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4dc7d16..04f3952 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# Version 2.3.0 + +- Implement `UnwindSafe` without libstd. (#49) +- Bump `fastrand` to `v2.0.0`. (#43) +- Use inline assembly in the `full_fence` funtion. (#47) + # Version 2.2.0 - Add the try_iter method. (#36) diff --git a/Cargo.toml b/Cargo.toml index 7fd4487..aa07967 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,8 +2,8 @@ name = "concurrent-queue" # When publishing a new version: # - Update CHANGELOG.md -# - Create "v1.x.y" git tag -version = "2.2.0" +# - Create "v2.x.y" git tag +version = "2.3.0" authors = [ "Stjepan Glavina ", "Taiki Endo ",