Bump to v0.1.14

This commit is contained in:
Stjepan Glavina 2020-06-18 16:45:03 +02:00
parent 04b82eb6dd
commit 380aa9256d
2 changed files with 7 additions and 2 deletions

View File

@ -1,7 +1,12 @@
# Version 0.1.13
# Version 0.1.14
- Clear the flag after every call to `react()`.
# Version 0.1.13
- Fix deadlocks caused by lost wakeups.
- Refactor the executor.
# Version 0.1.12
- Fix a bug in `Async::<UdpSocket>::recv()`.

View File

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