Skip to content

Commit 6836315

Browse files
committed
Bump to v1.6.0
1 parent 3048ae0 commit 6836315

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
# Version 1.5.0
1+
# 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]
27

38
- Add `Readable` and `Writable` futures. (#64)
49

@@ -86,7 +91,7 @@
8691
# Version 0.2.7
8792

8893
- Replace `log::debug!` with `log::trace!`.
89-
-
94+
9095
# Version 0.2.6
9196

9297
- Add logging.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "async-io"
33
# When publishing a new version:
44
# - Update CHANGELOG.md
55
# - Create "v1.x.y" git tag
6-
version = "1.5.0"
6+
version = "1.6.0"
77
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
88
edition = "2018"
99
description = "Async I/O and timers"

0 commit comments

Comments
 (0)