Skip to content

Commit e4cd39b

Browse files
committed
v0.5.2
Signed-off-by: John Nunley <dev@notgull.net>
1 parent b2dc417 commit e4cd39b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Version 0.5.2
2+
3+
- Re-export the `event-listener` crate. (#20)
4+
15
# Version 0.5.1
26

37
- Fix the `repository` field in `Cargo.toml` to point to the correct repository. (#17)

Cargo.toml

Lines changed: 1 addition & 1 deletion
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.1"
4+
version = "0.5.2"
55
edition = "2021"
66
authors = ["John Nunley <dev@notgull.net>"]
77
rust-version = "1.60"

0 commit comments

Comments
 (0)