Skip to content

Commit 53558d8

Browse files
committed
Release 0.2.9
1 parent 5e78c25 commit 53558d8

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.9] - 2023-10-21
14+
1315
- Update to [new coroutine API since nightly-2023-10-21](https://github.com/rust-lang/rust/pull/116958). ([5860296](https://github.com/taiki-e/futures-async-stream/commit/5860296c2b0252d389dd5646f05febc524caddb5))
1416

1517
On this crate's user side, the only change required is the following:
@@ -165,7 +167,8 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
165167

166168
Initial release
167169

168-
[Unreleased]: https://github.com/taiki-e/futures-async-stream/compare/v0.2.8...HEAD
170+
[Unreleased]: https://github.com/taiki-e/futures-async-stream/compare/v0.2.9...HEAD
171+
[0.2.9]: https://github.com/taiki-e/futures-async-stream/compare/v0.2.8...v0.2.9
169172
[0.2.8]: https://github.com/taiki-e/futures-async-stream/compare/v0.2.7...v0.2.8
170173
[0.2.7]: https://github.com/taiki-e/futures-async-stream/compare/v0.2.6...v0.2.7
171174
[0.2.6]: https://github.com/taiki-e/futures-async-stream/compare/v0.2.5...v0.2.6

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.8"
3+
version = "0.2.9"
44
edition = "2021"
55
license = "Apache-2.0 OR MIT"
66
repository = "https://github.com/taiki-e/futures-async-stream"
@@ -29,7 +29,7 @@ doc-scrape-examples = false
2929

3030
# Note: futures-core is public dependency.
3131
[dependencies]
32-
futures-async-stream-macro = { version = "=0.2.8", path = "futures-async-stream-macro" }
32+
futures-async-stream-macro = { version = "=0.2.9", path = "futures-async-stream-macro" }
3333
futures-core = { version = "0.3", default-features = false }
3434
pin-project = "1.0.11"
3535

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.8"
3+
version = "0.2.9"
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)