From df2ad8b76bede0c9ae1d0bbd8c2fc47132bd05f1 Mon Sep 17 00:00:00 2001 From: John Nunley Date: Sat, 27 Apr 2024 12:16:11 -0700 Subject: [PATCH] v0.5.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 b4b1ea8..8cc9012 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# Version 0.5.2 + +- Re-export the `event-listener` crate. (#20) + # Version 0.5.1 - Fix the `repository` field in `Cargo.toml` to point to the correct repository. (#17) diff --git a/Cargo.toml b/Cargo.toml index beb7c2c..fe6bf0d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "event-listener-strategy" # Make sure to update CHANGELOG.md when the version is bumped here. -version = "0.5.1" +version = "0.5.2" edition = "2021" authors = ["John Nunley "] rust-version = "1.60"