Bump to v0.1.13

This commit is contained in:
Stjepan Glavina 2020-06-18 16:40:52 +02:00
parent 6ada2d13cf
commit 04b82eb6dd
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
# Version 0.1.13
- Clear the flag after every call to `react()`.
# 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"