diff --git a/CHANGELOG.md b/CHANGELOG.md index a23d13d..7f518fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# Version 2.0.1 + +- Remove dependency on the `waker-fn` crate. (#81) + # Version 2.0.0 - **Breaking:** Expose `future::{ready, pending}` from `core` instead of defining diff --git a/Cargo.toml b/Cargo.toml index 690bf1f..02ce7ef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "futures-lite" # When publishing a new version: # - Update CHANGELOG.md # - Create "v2.x.y" git tag -version = "2.0.0" +version = "2.0.1" authors = [ "Stjepan Glavina ", "Contributors to futures-rs",