Bump to v0.1.15

This commit is contained in:
Stjepan Glavina 2020-06-20 16:43:59 +02:00
parent 51a0a735e6
commit 69c04a9e42
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
# Version 0.1.15
- Fix wakeups lost inside the executor.
- Fix a fairness issue in the executor.
# Version 0.1.14
- Clear the flag after every call to `react()`.

View File

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