We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5d1b19 commit 1906ea8Copy full SHA for 1906ea8
CHANGELOG.md
@@ -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
6
# Version 2.5.0
7
8
- Remove `Unpin` bound from the `Lines` I/O adapter. (#113)
Cargo.toml
@@ -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 <[email protected]>",
9
"Contributors to futures-rs",
0 commit comments