Skip to content

Commit ba51f6e

Browse files
authored
v2.4.0
Signed-off-by: John Nunley <[email protected]>
1 parent c0e1098 commit ba51f6e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Version 2.4.0
2+
3+
- Remove unnecessary heap allocations from inside of the `ConcurrentQueue` type. (#53)
4+
15
# Version 2.3.0
26

37
- Implement `UnwindSafe` without libstd. (#49)

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "concurrent-queue"
33
# When publishing a new version:
44
# - Update CHANGELOG.md
55
# - Create "v2.x.y" git tag
6-
version = "2.3.0"
6+
version = "2.4.0"
77
authors = [
88
"Stjepan Glavina <[email protected]>",
99
"Taiki Endo <[email protected]>",

0 commit comments

Comments
 (0)