We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18363b5 commit 149a3c9Copy full SHA for 149a3c9
crossbeam-queue/CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# Version 0.2.3
2
+
3
+- Fix bug in release (yanking 0.2.2)
4
5
# Version 0.2.2
6
7
- Fix unsoundness issues by adopting `MaybeUninit`. (#458)
crossbeam-queue/Cargo.toml
@@ -4,7 +4,7 @@ name = "crossbeam-queue"
# - Update CHANGELOG.md
# - Update README.md
# - Create "crossbeam-queue-X.Y.Z" git tag
-version = "0.2.2"
+version = "0.2.3"
8
authors = ["The Crossbeam Project Developers"]
9
license = "MIT/Apache-2.0 AND BSD-2-Clause"
10
readme = "README.md"
0 commit comments