Bump to v0.1.16

This commit is contained in:
Stjepan Glavina 2020-06-21 13:52:19 +02:00
parent 68272435b8
commit 84ba785ccf
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
# Version 0.1.16
- Add `Async::readable()` and `Async::writable()`.
# Version 0.1.15
- Fix wakeups lost inside the executor.

View File

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