diff --git a/CHANGELOG.md b/CHANGELOG.md index 01de1bf..586752f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# Version 3.1.1 + +- Add a note to the documentation comparing this crate against `libstd`'s locks. (#58) + # Version 3.1.0 - Add a `Default` implementation for `OnceCell` (#63). diff --git a/Cargo.toml b/Cargo.toml index 90d2a90..fbb788f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "async-lock" # When publishing a new version: # - Update CHANGELOG.md # - Create "v3.x.y" git tag -version = "3.1.0" +version = "3.1.1" authors = ["Stjepan Glavina "] edition = "2018" rust-version = "1.59"