Signed-off-by: John Nunley <dev@notgull.net>
This commit is contained in:
John Nunley 2023-09-25 10:22:00 -07:00 committed by GitHub
parent 381d6360e1
commit 22b5e83c4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 2 deletions

View File

@ -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)

View File

@ -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 <stjepang@gmail.com>",
"Taiki Endo <te316e89@gmail.com>",