Bump to v0.3.0

This commit is contained in:
Stjepan Glavina 2020-07-23 12:45:11 +02:00
parent b8f5364e6c
commit e9932e92b1
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
# Version 0.3.0
- Reexport `futures-lite`, `blocking`, `async-executor`.
- Re-introduce `smol::run()`.
# Version 0.2.0
- Split `smol` into `async-io`, `blocking`, and `multitask`.

View File

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