Skip to content

Commit d35ffde

Browse files
committed
Prepare for the next release
- crossbeam-channel 0.5.14 -> 0.5.15 Also yanking crossbeam-channel 0.5.12, 0.5.13, 0.5.14.
1 parent 6ec74ec commit d35ffde

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

crossbeam-channel/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,26 @@
1+
# Version 0.5.15
2+
3+
- Fix regression introduced in 0.5.12 that can lead to a double free when dropping unbounded channel. (#1187)
4+
15
# Version 0.5.14
26

7+
**Note:** This release has been yanked due to bug fixed in 0.5.15.
8+
39
- Fix stack overflow when sending large value to unbounded channel. (#1146, #1147)
410
- Add `Select::new_biased` function. (#1150)
511
- Remove inefficient spinning. (#1154)
612
- Suppress buggy `clippy::zero_repeat_side_effects` lint in macro generated code. (#1123)
713

814
# Version 0.5.13
915

16+
**Note:** This release has been yanked due to bug fixed in 0.5.15.
17+
1018
- Add `select_biased!` macro. (#1040)
1119

1220
# Version 0.5.12
1321

22+
**Note:** This release has been yanked due to bug fixed in 0.5.15.
23+
1424
- Fix memory leak in unbounded channel. (#1084)
1525

1626
# Version 0.5.11

crossbeam-channel/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.14"
7+
version = "0.5.15"
88
edition = "2021"
99
rust-version = "1.60"
1010
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)