diff --git a/CHANGELOG.md b/CHANGELOG.md index fe4e38f..b907f72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.toml b/Cargo.toml index 7205466..902a263 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "smol" -version = "0.1.18" +version = "0.2.0" authors = ["Stjepan Glavina "] edition = "2018" description = "A small and fast async runtime"