From ca654755accc7bfdce294131f22cb63740166c68 Mon Sep 17 00:00:00 2001 From: John Nunley Date: Sat, 28 Oct 2023 18:57:22 -0700 Subject: [PATCH] v3.0.1 Signed-off-by: John Nunley --- CHANGELOG.md | 5 +++++ Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bfad8c9..a4dc52b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# Version 3.0.1 + +- Emphasize that `listen()` must be called on `EventListener` in documentation. (#90) +- Write useful output in `fmt::Debug` implementations. (#86) + # Version 3.0.0 - Use the `parking` crate instead of threading APIs (#27) diff --git a/Cargo.toml b/Cargo.toml index 862a09e..61fcfdd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "event-listener" # When publishing a new version: # - Update CHANGELOG.md # - Create "v3.x.y" git tag -version = "3.0.0" +version = "3.0.1" authors = ["Stjepan Glavina "] edition = "2021" rust-version = "1.59"