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 679dac8 commit 48b13dcCopy full SHA for 48b13dc
crossbeam-channel/CHANGELOG.md
@@ -1,3 +1,8 @@
1
+# Version 0.4.4
2
+
3
+- Fix bug in release (yanking 0.4.3)
4
+- Fix UB and breaking change introduced in 0.4.3
5
6
# Version 0.4.3
7
8
- Change license to "MIT OR Apache-2.0".
crossbeam-channel/Cargo.toml
@@ -4,7 +4,7 @@ name = "crossbeam-channel"
# - Update CHANGELOG.md
# - Update README.md
# - Create "crossbeam-channel-X.Y.Z" git tag
-version = "0.4.3"
+version = "0.4.4"
authors = ["The Crossbeam Project Developers"]
9
license = "MIT OR Apache-2.0"
10
readme = "README.md"
0 commit comments