Skip to content

Commit 3d07984

Browse files
committed
Release 0.2.6
1 parent f6bd716 commit 3d07984

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
1010

1111
## [Unreleased]
1212

13+
## [0.2.6] - 2023-01-05
14+
1315
- Fix "generator cannot be sent between threads safely" error since nightly-2023-01-04.
1416

1517
## [0.2.5] - 2021-01-05
@@ -142,7 +144,8 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
142144

143145
Initial release
144146

145-
[Unreleased]: https://github.com/taiki-e/futures-async-stream/compare/v0.2.5...HEAD
147+
[Unreleased]: https://github.com/taiki-e/futures-async-stream/compare/v0.2.6...HEAD
148+
[0.2.6]: https://github.com/taiki-e/futures-async-stream/compare/v0.2.5...v0.2.6
146149
[0.2.5]: https://github.com/taiki-e/futures-async-stream/compare/v0.2.4...v0.2.5
147150
[0.2.4]: https://github.com/taiki-e/futures-async-stream/compare/v0.2.3...v0.2.4
148151
[0.2.3]: https://github.com/taiki-e/futures-async-stream/compare/v0.2.2...v0.2.3

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "futures-async-stream"
3-
version = "0.2.5"
3+
version = "0.2.6"
44
edition = "2021"
55
license = "Apache-2.0 OR MIT"
66
repository = "https://github.com/taiki-e/futures-async-stream"
@@ -23,7 +23,7 @@ doc-scrape-examples = false
2323

2424
# Note: futures-core is public dependency.
2525
[dependencies]
26-
futures-async-stream-macro = { version = "=0.2.5", path = "futures-async-stream-macro" }
26+
futures-async-stream-macro = { version = "=0.2.6", path = "futures-async-stream-macro" }
2727
futures-core = { version = "0.3", default-features = false }
2828
pin-project = "1.0.11"
2929

futures-async-stream-macro/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "futures-async-stream-macro"
3-
version = "0.2.5"
3+
version = "0.2.6"
44
edition = "2021"
55
license = "Apache-2.0 OR MIT"
66
repository = "https://github.com/taiki-e/futures-async-stream"

0 commit comments

Comments
 (0)