Signed-off-by: John Nunley <dev@notgull.net>
This commit is contained in:
John Nunley 2023-10-17 19:15:48 -07:00 committed by GitHub
parent 581a2c9ada
commit d0f4e80b7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
# Version 0.2.3
- Enter the `tokio` context while dropping wrapped `tokio` types. (#22)
# Version 0.2.2
- Add `smol-rs` logo to the docs. (#19)

View File

@ -3,7 +3,7 @@ name = "async-compat"
# When publishing a new version:
# - Update CHANGELOG.md
# - Create "v0.x.y" git tag
version = "0.2.2"
version = "0.2.3"
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
edition = "2018"
description = "Compatibility adapter between tokio and futures"