Skip to content

Commit f533c43

Browse files
authored
Release 0.5.4 (#28)
1 parent 0c845ee commit f533c43

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Version 0.5.4
2+
3+
- Add `portable-atomic` feature that exposes `event-listener`'s underlying `portable-atomic` feature. (#27)
4+
15
# Version 0.5.3
26

37
- Add `loom` feature that exposes `event-listener`'s underlying `loom` feature. (#24)
@@ -31,4 +35,3 @@
3135
# Version 0.1.0
3236

3337
- Initial version
34-

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.3"
4+
version = "0.5.4"
55
edition = "2021"
66
authors = ["John Nunley <[email protected]>"]
77
rust-version = "1.60"

0 commit comments

Comments
 (0)