Skip to content

Commit

Permalink
bump version to 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hozan23 committed Jul 4, 2024
1 parent 37d644a commit 2166c10
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Version 0.8.0

- Eliminate the need for mutability in the `recv()`, `recv_direct()`,
`recv_blocking()`, and `try_recv()` methods in `Receiver` (#70)

# Version 0.7.1

- Add a `poll_recv()` method to the `Receiver` type. This allows for `Receiver`
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "async-broadcast"
version = "0.7.1"
version = "0.8.0"
license = "MIT OR Apache-2.0"
repository = "https://github.com/smol-rs/async-broadcast"
documentation = "https://docs.rs/async-broadcast"
Expand Down

0 comments on commit 2166c10

Please sign in to comment.