Skip to content

Commit 7cb23de

Browse files
committed
v0.2.4
Signed-off-by: John Nunley <[email protected]>
1 parent ea1d509 commit 7cb23de

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# Version 0.2.4
2+
3+
- Derive `Clone` for `Compat`. (#27)
4+
- Rather than spawning our own `tokio` runtime all of the time, reuse an
5+
existing runtime if possible. (#30)
6+
17
# Version 0.2.3
28

39
- Enter the `tokio` context while dropping wrapped `tokio` types. (#22)

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "async-compat"
33
# When publishing a new version:
44
# - Update CHANGELOG.md
55
# - Create "v0.x.y" git tag
6-
version = "0.2.3"
6+
version = "0.2.4"
77
authors = ["Stjepan Glavina <[email protected]>"]
88
edition = "2018"
99
description = "Compatibility adapter between tokio and futures"

0 commit comments

Comments
 (0)