From e9932e92b1a8f5a47236f5d05c3169775a817645 Mon Sep 17 00:00:00 2001 From: Stjepan Glavina Date: Thu, 23 Jul 2020 12:45:11 +0200 Subject: [PATCH] Bump to v0.3.0 --- CHANGELOG.md | 5 +++++ Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b907f72..641ea33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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`. diff --git a/Cargo.toml b/Cargo.toml index c58c8a3..0011ca5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "smol" -version = "0.2.0" +version = "0.3.0" authors = ["Stjepan Glavina "] edition = "2018" description = "A small and fast async runtime"