Bump to v0.2.0

This commit is contained in:
Stjepan Glavina 2020-07-20 11:40:55 +02:00
parent a3193f922a
commit b5eb97c60e
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
# Version 0.2.0
- Split `smol` into `async-io`, `blocking`, and `multitask`.
- Big breaking change - there is now only one type `Task`.
# Version 0.1.18
- Support Rust 1.39.0

View File

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