Skip to content

Commit d8626e5

Browse files
committed
Release 0.2.11
1 parent 20c333e commit d8626e5

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.11] - 2024-04-27
14+
1315
- Fix build failure on latest nightly (nightly-2024-04-25+). ([#97](https://github.com/taiki-e/futures-async-stream/issues/97))
1416

1517
## [0.2.10] - 2024-01-12
@@ -173,7 +175,8 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
173175

174176
Initial release
175177

176-
[Unreleased]: https://github.com/taiki-e/futures-async-stream/compare/v0.2.10...HEAD
178+
[Unreleased]: https://github.com/taiki-e/futures-async-stream/compare/v0.2.11...HEAD
179+
[0.2.11]: https://github.com/taiki-e/futures-async-stream/compare/v0.2.10...v0.2.11
177180
[0.2.10]: https://github.com/taiki-e/futures-async-stream/compare/v0.2.9...v0.2.10
178181
[0.2.9]: https://github.com/taiki-e/futures-async-stream/compare/v0.2.8...v0.2.9
179182
[0.2.8]: https://github.com/taiki-e/futures-async-stream/compare/v0.2.7...v0.2.8

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

2626
# Note: futures-core is public dependency.
2727
[dependencies]
28-
futures-async-stream-macro = { version = "=0.2.10", path = "futures-async-stream-macro" }
28+
futures-async-stream-macro = { version = "=0.2.11", path = "futures-async-stream-macro" }
2929
futures-core = { version = "0.3", default-features = false }
3030
pin-project = "1.0.11"
3131

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.10" #publish:version
3+
version = "0.2.11" #publish:version
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)