Skip to content

Commit d0f4e80

Browse files
authored
v0.2.3
Signed-off-by: John Nunley <[email protected]>
1 parent 581a2c9 commit d0f4e80

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Version 0.2.3
2+
3+
- Enter the `tokio` context while dropping wrapped `tokio` types. (#22)
4+
15
# Version 0.2.2
26

37
- Add `smol-rs` logo to the docs. (#19)

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.2"
6+
version = "0.2.3"
77
authors = ["Stjepan Glavina <[email protected]>"]
88
edition = "2018"
99
description = "Compatibility adapter between tokio and futures"

0 commit comments

Comments
 (0)