Skip to content

Commit

Permalink
v2.6.0
Browse files Browse the repository at this point in the history
Signed-off-by: John Nunley <dev@notgull.net>
  • Loading branch information
notgull committed Dec 31, 2024
1 parent 3ec13c8 commit a35e5f7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Version 2.6.0

- Add `Stream::map_while()` combinator. (#116)
- Add list of excluded features to crate documentation. (#112)
- Update docs for `AsyncRead::read_exact` (#121)

# Version 2.5.0

- Remove `Unpin` bound from the `Lines` I/O adapter. (#113)
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.5.0"
version = "2.6.0"
authors = [
"Stjepan Glavina <stjepang@gmail.com>",
"Contributors to futures-rs",
Expand Down

0 comments on commit a35e5f7

Please sign in to comment.