Signed-off-by: John Nunley <dev@notgull.net>
This commit is contained in:
John Nunley 2023-12-02 10:59:27 -08:00 committed by GitHub
parent c0e1098aa0
commit ba51f6e942
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
# Version 2.4.0
- Remove unnecessary heap allocations from inside of the `ConcurrentQueue` type. (#53)
# Version 2.3.0
- Implement `UnwindSafe` without libstd. (#49)

View File

@ -3,7 +3,7 @@ name = "concurrent-queue"
# When publishing a new version:
# - Update CHANGELOG.md
# - Create "v2.x.y" git tag
version = "2.3.0"
version = "2.4.0"
authors = [
"Stjepan Glavina <stjepang@gmail.com>",
"Taiki Endo <te316e89@gmail.com>",