File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed
futures-async-stream-macro Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ This project adheres to [Semantic Versioning](https://semver.org).
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 0.2.4] - 2020-12-29
10
+
11
+ - Documentation improvements.
12
+
9
13
## [ 0.2.3] - 2020-11-08
10
14
11
15
- Update ` pin-project ` to 1.0.
@@ -142,7 +146,8 @@ This project adheres to [Semantic Versioning](https://semver.org).
142
146
143
147
Initial release
144
148
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
146
151
[ 0.2.3 ] : https://github.com/taiki-e/futures-async-stream/compare/v0.2.2...v0.2.3
147
152
[ 0.2.2 ] : https://github.com/taiki-e/futures-async-stream/compare/v0.2.1...v0.2.2
148
153
[ 0.2.1 ] : https://github.com/taiki-e/futures-async-stream/compare/v0.2.0...v0.2.1
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " futures-async-stream"
3
- version = " 0.2.3 "
3
+ version = " 0.2.4 "
4
4
authors = [" Taiki Endo <te316e89@gmail.com>" ]
5
5
edition = " 2018"
6
6
license = " Apache-2.0 OR MIT"
@@ -21,7 +21,7 @@ members = ["futures-async-stream-macro", "tests/no-std"]
21
21
22
22
# NB: futures-core is public dependencies.
23
23
[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 }
25
25
futures-core = { version = " 0.3" , default-features = false }
26
26
pin-project = " 1"
27
27
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " futures-async-stream-macro"
3
- version = " 0.2.3 "
3
+ version = " 0.2.4 "
4
4
authors = [" Taiki Endo <te316e89@gmail.com>" ]
5
5
edition = " 2018"
6
6
license = " Apache-2.0 OR MIT"
You can’t perform that action at this time.
0 commit comments