Skip to content

Commit 83bcf1e

Browse files
committedNov 8, 2024·
v2.5.0
Signed-off-by: John Nunley <dev@notgull.net>
1 parent bf22c0e commit 83bcf1e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed
 

‎CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Version 2.5.0
2+
3+
- Remove `Unpin` bound from the `Lines` I/O adapter. (#113)
4+
15
# Version 2.4.0
26

37
- Add a "fuse" method that makes it so a `Future` returns `Poll::Pending`

‎Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "futures-lite"
33
# When publishing a new version:
44
# - Update CHANGELOG.md
55
# - Create "v2.x.y" git tag
6-
version = "2.4.0"
6+
version = "2.5.0"
77
authors = [
88
"Stjepan Glavina <stjepang@gmail.com>",
99
"Contributors to futures-rs",

0 commit comments

Comments
 (0)
Please sign in to comment.