Skip to content

Commit 0c5ee68

Browse files
committed
Updated changelog, bumped version
1 parent 9290d24 commit 0c5ee68

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313

1414
### Changed
1515

16+
### Fixed
17+
18+
# [0.10.1] - 2020-12-30
19+
20+
### Removed
21+
22+
- Removed `T: Unpin` requirement from async traits using `pin_project`
23+
24+
# [0.10.0] - 2020-12-09
25+
26+
### Changed
27+
1628
- Renamed `SendFuture` to `SendFut` to be consistent with `RecvFut`
1729
- Improved async-related documentation
1830

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "flume"
3-
version = "0.10.0"
3+
version = "0.10.1"
44
authors = ["Joshua Barretto <[email protected]>"]
55
edition = "2018"
66
description = "A blazingly fast multi-producer channel"
@@ -28,7 +28,7 @@ nanorand = { version = "0.5", features = ["getrandom"], optional = true }
2828
pin-project = { version = "1", optional = true }
2929

3030
[dev-dependencies]
31-
flume-test = { path = "../flume-test" }
31+
#flume-test = { path = "../flume-test" }
3232
crossbeam-channel = "0.4"
3333
crossbeam-utils = "0.7"
3434
criterion = "0.3.1"

0 commit comments

Comments
 (0)