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 ",