diff --git a/CHANGELOG.md b/CHANGELOG.md index 27f9c1c..a278cd3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# Version 0.1.13 + +- Fix a deadlock caused by lost wakeups. +- Refactor the executor. + # Version 0.1.12 - Fix a bug in `Async::::recv()`. diff --git a/Cargo.toml b/Cargo.toml index 6e13187..039eec2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "smol" -version = "0.1.12" +version = "0.1.13" authors = ["Stjepan Glavina "] edition = "2018" description = "A small and fast async runtime"