Skip to content

Commit 4a0ed4f

Browse files
committed
v5.4.0
Signed-off-by: John Nunley <dev@notgull.net>
1 parent afe606f commit 4a0ed4f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# Version 5.4.0
2+
3+
- Add a `no_std` implementation based on the `critical-section` crate, enabled
4+
via the feature of the same name. (#148)
5+
16
# Version 5.3.1
27

38
- Disable some optimizations that, in rare conditions, can cause race conditions

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "event-listener"
33
# When publishing a new version:
44
# - Update CHANGELOG.md
55
# - Create "v5.x.y" git tag
6-
version = "5.3.1"
6+
version = "5.4.0"
77
authors = ["Stjepan Glavina <stjepang@gmail.com>", "John Nunley <dev@notgull.net>"]
88
edition = "2021"
99
rust-version = "1.60"

0 commit comments

Comments
 (0)