Skip to content

Commit e8ccddf

Browse files
committed
v0.5.3
Signed-off-by: John Nunley <dev@notgull.net>
1 parent 9e87a71 commit e8ccddf

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.3
2+
3+
- Add `loom` feature that exposes `event-listener`'s underlying `loom` feature. (#24)
4+
15
# Version 0.5.2
26

37
- Re-export the `event-listener` crate. (#20)

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.2"
4+
version = "0.5.3"
55
edition = "2021"
66
authors = ["John Nunley <dev@notgull.net>"]
77
rust-version = "1.60"

0 commit comments

Comments
 (0)