We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 381d636 commit 22b5e83Copy full SHA for 22b5e83
2 files changed
CHANGELOG.md
@@ -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
7
# Version 2.2.0
8
9
- Add the try_iter method. (#36)
Cargo.toml
@@ -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>",
0 commit comments