From 7f6cae71230f0fc368a0d4fb8efc736e0908b326 Mon Sep 17 00:00:00 2001 From: John Nunley Date: Mon, 20 Nov 2023 19:43:53 -0800 Subject: [PATCH] v0.4.0 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 eedc7b9..4b8f282 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# Version 0.4.0 + +- **Breaking:** Bump `event-listener` to v4.0.0. (#10) + # Version 0.3.0 - **Breaking:** Remove an unneeded lifetime from the public API. (#6) diff --git a/Cargo.toml b/Cargo.toml index dc85e34..0903fe8 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.3.0" +version = "0.4.0" edition = "2018" authors = ["John Nunley "] rust-version = "1.59"