Skip to content

Commit 3d03632

Browse files
author
Stjepan Glavina
committed
Bump to v1.3.0
1 parent 68f7a10 commit 3d03632

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 1.3.0
2+
3+
- Add `Timer::interval()` and `Timer::set_interval()`.
4+
- Add `Timer::interval_at()` and `Timer::set_interval_at()`.
5+
- Implement `Stream` for `Timer`.
6+
17
# Version 1.2.0
28

39
- Add `Async::poll_readable()` and `Async::poll_writable()`.

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 = "1.2.0"
3+
version = "1.3.0"
44
authors = ["Stjepan Glavina <[email protected]>"]
55
edition = "2018"
66
description = "Async I/O and timers"

0 commit comments

Comments
 (0)