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"