Bump to v1.3.0

This commit is contained in:
Stjepan Glavina 2020-11-28 21:45:04 +01:00
parent 68f7a10271
commit 3d03632fac
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
# Version 1.3.0
- Add `Timer::interval()` and `Timer::set_interval()`.
- Add `Timer::interval_at()` and `Timer::set_interval_at()`.
- Implement `Stream` for `Timer`.
# Version 1.2.0
- Add `Async::poll_readable()` and `Async::poll_writable()`.

View File

@ -1,6 +1,6 @@
[package]
name = "async-io"
version = "1.2.0"
version = "1.3.0"
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
edition = "2018"
description = "Async I/O and timers"