Signed-off-by: John Nunley <dev@notgull.net>
This commit is contained in:
John Nunley 2024-03-17 14:49:37 -07:00 committed by GitHub
parent 16333c595f
commit cdf5d64e6f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
# Version 2.3.0
- Add `StreamExt::drain` for draining objects from a `Stream` without waiting (#70).
# Version 2.2.0
- Relax `Unpin` bounds on `io::copy`. (#87)

View File

@ -3,7 +3,7 @@ name = "futures-lite"
# When publishing a new version:
# - Update CHANGELOG.md
# - Create "v2.x.y" git tag
version = "2.2.0"
version = "2.3.0"
authors = [
"Stjepan Glavina <stjepang@gmail.com>",
"Contributors to futures-rs",