diff --git a/CHANGELOG.md b/CHANGELOG.md index 66a0696..a77b5a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# Version 1.1.1 + +- Use `will_wake()` to avoid unnecessary cloning. (#12) + # Version 1.1.0 - Support `no_std` platforms. (#7) diff --git a/Cargo.toml b/Cargo.toml index 91a6853..bf220d2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "atomic-waker" # When publishing a new version: # - Update CHANGELOG.md # - Create "v1.x.y" git tag -version = "1.1.0" +version = "1.1.1" authors = [ "Stjepan Glavina ", "Contributors to futures-rs",