Skip to content

Commit 3d6cd8f

Browse files
authored
v1.9.0
1 parent 49216cd commit 3d6cd8f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# Version 1.9.0
2+
3+
- Fix a bug where `WeakSender/WeakReceiver` could incorrectly return `Some` even if the channel is already closed (#60)
4+
- Remove the unnecessary `T: Clone` bound from `WeakSender/WeakReceiver`'s `Clone` implementation (#62)
5+
16
# Version 1.8.0
27

38
- Prevent deadlock if sender/receiver is forgotten (#49)

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "async-channel"
33
# When publishing a new version:
44
# - Update CHANGELOG.md
55
# - Create "v1.x.y" git tag
6-
version = "1.8.0"
6+
version = "1.9.0"
77
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
88
edition = "2018"
99
rust-version = "1.45"

0 commit comments

Comments
 (0)