Skip to content

Commit a84591a

Browse files
committed
Bump to v1.5.0
1 parent c3c5f2a commit a84591a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Diff for: CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Version 1.5.0
2+
3+
- Add `Readable` and `Writable` futures. (#64)
4+
15
# Version 1.4.1
26

37
- Remove dependency on deprecated `vec-arena`. (#60)

Diff for: Cargo.toml

+1-1
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.4.1"
6+
version = "1.5.0"
77
authors = ["Stjepan Glavina <[email protected]>"]
88
edition = "2018"
99
description = "Async I/O and timers"

0 commit comments

Comments
 (0)