We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af116ba commit 50d49e7Copy full SHA for 50d49e7
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# Version 0.5.1
2
+
3
+- Fix the `repository` field in `Cargo.toml` to point to the correct repository. (#17)
4
5
# Version 0.5.0
6
7
- **Breaking:** Bump `event-listener` to v5.0.0. (#12)
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.0"
+version = "0.5.1"
edition = "2021"
authors = ["John Nunley <dev@notgull.net>"]
rust-version = "1.60"
0 commit comments