diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a483ad..a143980 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# Version 0.1.15 + +- Fix wakeups lost inside the executor. +- Fix a fairness issue in the executor. + # Version 0.1.14 - Clear the flag after every call to `react()`. diff --git a/Cargo.toml b/Cargo.toml index a759c75..b1d26fd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "smol" -version = "0.1.14" +version = "0.1.15" authors = ["Stjepan Glavina "] edition = "2018" description = "A small and fast async runtime"