diff --git a/CHANGELOG.md b/CHANGELOG.md index 735620d..b2dd114 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# Version 0.4.1 + +- Bring back `SMOL_THREADS`. + # Version 0.4.0 - Add `process`, `fs`, `net`, `lock`, `channel` modules. diff --git a/Cargo.toml b/Cargo.toml index 511d620..4643f83 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "smol" -version = "0.4.0" +version = "0.4.1" authors = ["Stjepan Glavina "] edition = "2018" description = "A small and fast async runtime"