Bump to v0.1.13

This commit is contained in:
Stjepan Glavina 2020-06-18 16:35:29 +02:00
parent fbb0fb637a
commit d5018ff813
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
# Version 0.1.13
- Fix a deadlock 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.12"
version = "0.1.13"
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
edition = "2018"
description = "A small and fast async runtime"