We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74e8231 commit ca65475Copy full SHA for ca65475
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+# Version 3.0.1
2
+
3
+- Emphasize that `listen()` must be called on `EventListener` in documentation. (#90)
4
+- Write useful output in `fmt::Debug` implementations. (#86)
5
6
# Version 3.0.0
7
8
- Use the `parking` crate instead of threading APIs (#27)
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 <[email protected]>"]
edition = "2021"
9
rust-version = "1.59"
0 commit comments