Skip to content

Commit 0384091

Browse files
committed
Release 0.2.4
1 parent 9044918 commit 0384091

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ This project adheres to [Semantic Versioning](https://semver.org).
66

77
## [Unreleased]
88

9+
## [0.2.4] - 2020-12-29
10+
11+
- Documentation improvements.
12+
913
## [0.2.3] - 2020-11-08
1014

1115
- Update `pin-project` to 1.0.
@@ -142,7 +146,8 @@ This project adheres to [Semantic Versioning](https://semver.org).
142146

143147
Initial release
144148

145-
[unreleased]: https://github.com/taiki-e/futures-async-stream/compare/v0.2.3...HEAD
149+
[unreleased]: https://github.com/taiki-e/futures-async-stream/compare/v0.2.4...HEAD
150+
[0.2.4]: https://github.com/taiki-e/futures-async-stream/compare/v0.2.3...v0.2.4
146151
[0.2.3]: https://github.com/taiki-e/futures-async-stream/compare/v0.2.2...v0.2.3
147152
[0.2.2]: https://github.com/taiki-e/futures-async-stream/compare/v0.2.1...v0.2.2
148153
[0.2.1]: https://github.com/taiki-e/futures-async-stream/compare/v0.2.0...v0.2.1

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.3"
3+
version = "0.2.4"
44
authors = ["Taiki Endo <te316e89@gmail.com>"]
55
edition = "2018"
66
license = "Apache-2.0 OR MIT"
@@ -21,7 +21,7 @@ members = ["futures-async-stream-macro", "tests/no-std"]
2121

2222
# NB: futures-core is public dependencies.
2323
[dependencies]
24-
futures-async-stream-macro = { version = "=0.2.3", path = "futures-async-stream-macro", default-features = false }
24+
futures-async-stream-macro = { version = "=0.2.4", path = "futures-async-stream-macro", default-features = false }
2525
futures-core = { version = "0.3", default-features = false }
2626
pin-project = "1"
2727

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.3"
3+
version = "0.2.4"
44
authors = ["Taiki Endo <te316e89@gmail.com>"]
55
edition = "2018"
66
license = "Apache-2.0 OR MIT"

0 commit comments

Comments
 (0)