From 751c7b8421e42d68ee33642b18e8573f4f4e2983 Mon Sep 17 00:00:00 2001 From: John Nunley Date: Fri, 24 Nov 2023 07:51:41 -0800 Subject: [PATCH] v3.1.2 Signed-off-by: John Nunley --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 586752f..fb01205 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# Version 3.1.2 + +- Bump `event-listener` to version v4.0.0. (#69) + # Version 3.1.1 - Add a note to the documentation comparing this crate against `libstd`'s locks. (#58) diff --git a/Cargo.toml b/Cargo.toml index 013912d..4149692 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.1" +version = "3.1.2" authors = ["Stjepan Glavina "] edition = "2018" rust-version = "1.59"