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 3048ae0 commit 6836315Copy full SHA for 6836315
CHANGELOG.md
@@ -1,4 +1,9 @@
1
-# Version 1.5.0
+# Version 1.6.0
2
+
3
+- Add `Readable` and `Writable` futures. (#64, #66)
4
+- Add `Async::{readable_owned, writable_owned}`. (#66)
5
6
+# Version 1.5.0 [YANKED]
7
8
- Add `Readable` and `Writable` futures. (#64)
9
@@ -86,7 +91,7 @@
86
91
# Version 0.2.7
87
92
88
93
- Replace `log::debug!` with `log::trace!`.
89
--
94
90
95
# Version 0.2.6
96
97
- Add logging.
Cargo.toml
@@ -3,7 +3,7 @@ name = "async-io"
# When publishing a new version:
# - Update CHANGELOG.md
# - Create "v1.x.y" git tag
-version = "1.5.0"
+version = "1.6.0"
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
edition = "2018"
description = "Async I/O and timers"
0 commit comments