Skip to content

Commit

Permalink
v2.4.0
Browse files Browse the repository at this point in the history
Signed-off-by: John Nunley <[email protected]>
  • Loading branch information
notgull committed Jun 1, 2024
1 parent 091964c commit 4568b89
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# Version 2.4.0

- Add a "fuse" method that makes it so a `Future` returns `Poll::Pending`
forever after it returns `Poll::Pending` once. (#101)
- Add a "take_until" function that allows for running a `Future` until a
`Stream` completes. (#103)

# Version 2.3.0

- Add `StreamExt::drain` for draining objects from a `Stream` without waiting (#70).
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "futures-lite"
# When publishing a new version:
# - Update CHANGELOG.md
# - Create "v2.x.y" git tag
version = "2.3.0"
version = "2.4.0"
authors = [
"Stjepan Glavina <[email protected]>",
"Contributors to futures-rs",
Expand Down

0 comments on commit 4568b89

Please sign in to comment.