Skip to content

Commit

Permalink
Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
zesterer committed Jul 21, 2022
1 parent 1ad7959 commit 8bb9ce0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed

# [0.10.14] - 2022-07-21

### Fixed

- Fixed unbounded memory usage in `RecvFut::poll_inner`

# [0.10.13] - 2022-06-10

### Added
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 = "flume"
version = "0.10.13"
version = "0.10.14"
authors = ["Joshua Barretto <joshua.s.barretto@gmail.com>"]
edition = "2018"
description = "A blazingly fast multi-producer channel"
Expand Down

0 comments on commit 8bb9ce0

Please # to comment.