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"