Bump to v0.4.0

This commit is contained in:
Stjepan Glavina 2020-08-27 00:23:45 +02:00
parent d36f5a44f0
commit 396fb2006a
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
# Version 0.4.0
- Add `process`, `fs`, `net`, `lock`, `channel` modules.
- Update all dependencies
- Remove `smol::run()`.
# Version 0.3.3
- Add `block_on()`.

View File

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