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 ce964df commit 7f6cae7Copy full SHA for 7f6cae7
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# Version 0.4.0
2
+
3
+- **Breaking:** Bump `event-listener` to v4.0.0. (#10)
4
5
# Version 0.3.0
6
7
- **Breaking:** Remove an unneeded lifetime from the public API. (#6)
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 <dev@notgull.net>"]
rust-version = "1.59"
0 commit comments