Bump to v0.1.17

This commit is contained in:
Stjepan Glavina 2020-06-21 19:20:50 +02:00
parent edaf3a9bb9
commit c2dea3ae88
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
# Version 0.1.17
- Support more platforms by changing `AtomicU64` to `AtomicUsize`.
- Remove `IoEvent` and simplify reactor notification.
# Version 0.1.16
- Add `Async::readable()` and `Async::writable()`.

View File

@ -1,6 +1,6 @@
[package]
name = "smol"
version = "0.1.16"
version = "0.1.17"
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
edition = "2018"
description = "A small and fast async runtime"