Skip to content

Commit ed1d5d2

Browse files
author
Stjepan Glavina
committed
Bump to v0.1.3
1 parent d71be5d commit ed1d5d2

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# Version 0.1.3
2+
3+
- Always use the last waker given to `Timer`.
4+
- Shutdown the socket in `AsyncWrite::poll_close()`.
5+
- Reduce the number of dependencies.
6+
17
# Version 0.1.2
28

39
- Shutdown the write side of the socket in `AsyncWrite::poll_close()`.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "async-io"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
authors = ["Stjepan Glavina <[email protected]>"]
55
edition = "2018"
66
description = "Async I/O and timers"

0 commit comments

Comments
 (0)