Skip to content

Commit 50d49e7

Browse files
committed
v0.5.1
Signed-off-by: John Nunley <dev@notgull.net>
1 parent af116ba commit 50d49e7

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -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+
15
# Version 0.5.0
26

37
- **Breaking:** Bump `event-listener` to v5.0.0. (#12)

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "event-listener-strategy"
33
# Make sure to update CHANGELOG.md when the version is bumped here.
4-
version = "0.5.0"
4+
version = "0.5.1"
55
edition = "2021"
66
authors = ["John Nunley <dev@notgull.net>"]
77
rust-version = "1.60"

0 commit comments

Comments
 (0)