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 b2dc417 commit e4cd39bCopy full SHA for e4cd39b
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# Version 0.5.2
2
+
3
+- Re-export the `event-listener` crate. (#20)
4
5
# Version 0.5.1
6
7
- Fix the `repository` field in `Cargo.toml` to point to the correct repository. (#17)
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.5.1"
+version = "0.5.2"
edition = "2021"
authors = ["John Nunley <dev@notgull.net>"]
rust-version = "1.60"
0 commit comments