Signed-off-by: John Nunley <dev@notgull.net>
This commit is contained in:
John Nunley 2024-03-23 16:01:14 -07:00
parent d49453323c
commit 30a0a3c30d
No known key found for this signature in database
GPG Key ID: 2FE69973CFD64832
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
# Version 2.5.0
- Relax MSRV to 1.60. (#57)
# Version 2.4.0
- Remove unnecessary heap allocations from inside of the `ConcurrentQueue` type. (#53)

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.4.0"
version = "2.5.0"
authors = [
"Stjepan Glavina <stjepang@gmail.com>",
"Taiki Endo <te316e89@gmail.com>",