Skip to content

Commit 58eb35e

Browse files
committed
Prepare for the next release
- crossbeam-utils 0.8.19 -> 0.8.20 - crossbeam-channel 0.5.12 -> 0.5.13
1 parent 9475bba commit 58eb35e

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed

crossbeam-channel/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Version 0.5.13
2+
3+
- Add `select_biased!` macro. (#1040)
4+
15
# Version 0.5.12
26

37
- Fix memory leak in unbounded channel. (#1084)

crossbeam-channel/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name = "crossbeam-channel"
44
# - Update CHANGELOG.md
55
# - Update README.md (when increasing major or minor version)
66
# - Run './tools/publish.sh crossbeam-channel <version>'
7-
version = "0.5.12"
7+
version = "0.5.13"
88
edition = "2021"
99
rust-version = "1.60"
1010
license = "MIT OR Apache-2.0"

crossbeam-utils/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Version 0.8.20
2+
3+
- Implement `Display` for `CachePadded`. (#1097)
4+
15
# Version 0.8.19
26

37
- Remove dependency on `cfg-if`. (#1072)

crossbeam-utils/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name = "crossbeam-utils"
44
# - Update CHANGELOG.md
55
# - Update README.md (when increasing major or minor version)
66
# - Run './tools/publish.sh crossbeam-utils <version>'
7-
version = "0.8.19"
7+
version = "0.8.20"
88
edition = "2021"
99
rust-version = "1.60"
1010
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)