From 61c13131bae1bd6104089353c3869dec7d7025d5 Mon Sep 17 00:00:00 2001 From: Stjepan Glavina Date: Sun, 30 Aug 2020 22:32:27 +0200 Subject: [PATCH] Bump to v0.4.3 --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 00122f6..d9a733d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# Version 0.4.3 + +- More docs. + # Version 0.4.2 - Update dependencies. diff --git a/Cargo.toml b/Cargo.toml index a5cad94..9ac66ee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "smol" -version = "0.4.2" +version = "0.4.3" authors = ["Stjepan Glavina "] edition = "2018" description = "A small and fast async runtime"