Bump to v0.4.1

This commit is contained in:
Stjepan Glavina 2020-08-27 15:36:17 +02:00
parent 6de2ffabbb
commit 2276ffa8a3
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
# Version 0.4.1
- Bring back `SMOL_THREADS`.
# Version 0.4.0
- Add `process`, `fs`, `net`, `lock`, `channel` modules.

View File

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