Skip to content

Commit 1e4be63

Browse files
committed
v0.7.1
Signed-off-by: John Nunley <[email protected]>
1 parent 74d5889 commit 1e4be63

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# Version 0.7.1
2+
3+
- Add a `poll_recv()` method to the `Receiver` type. This allows for `Receiver`
4+
to be used in `poll`-based contexts. (#56)
5+
16
# Version 0.7.0
27

38
- **Breaking:** `Recv` and `Send` are now `!Unpin` to allow for future optimizations.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "async-broadcast"
3-
version = "0.7.0"
3+
version = "0.7.1"
44
license = "MIT OR Apache-2.0"
55
repository = "https://github.com/smol-rs/async-broadcast"
66
documentation = "https://docs.rs/async-broadcast"

0 commit comments

Comments
 (0)