Skip to content

Commit 22b5e83

Browse files
authored
v2.3.0
Signed-off-by: John Nunley <[email protected]>
1 parent 381d636 commit 22b5e83

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# Version 2.3.0
2+
3+
- Implement `UnwindSafe` without libstd. (#49)
4+
- Bump `fastrand` to `v2.0.0`. (#43)
5+
- Use inline assembly in the `full_fence` funtion. (#47)
6+
17
# Version 2.2.0
28

39
- Add the try_iter method. (#36)

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
name = "concurrent-queue"
33
# When publishing a new version:
44
# - Update CHANGELOG.md
5-
# - Create "v1.x.y" git tag
6-
version = "2.2.0"
5+
# - Create "v2.x.y" git tag
6+
version = "2.3.0"
77
authors = [
88
"Stjepan Glavina <[email protected]>",
99
"Taiki Endo <[email protected]>",

0 commit comments

Comments
 (0)