Skip to content

Commit 1906ea8

Browse files
committed
v2.6.0
Signed-off-by: John Nunley <[email protected]>
1 parent d5d1b19 commit 1906ea8

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# Version 2.6.0
2+
3+
- Add `Stream::map_while()` combinator. (#116)
4+
- Add list of excluded features to crate documentation. (#112)
5+
16
# Version 2.5.0
27

38
- Remove `Unpin` bound from the `Lines` I/O adapter. (#113)

Cargo.toml

Lines changed: 1 addition & 1 deletion
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.5.0"
6+
version = "2.6.0"
77
authors = [
88
"Stjepan Glavina <[email protected]>",
99
"Contributors to futures-rs",

0 commit comments

Comments
 (0)