Skip to content

Commit

Permalink
v5.4.0
Browse files Browse the repository at this point in the history
Signed-off-by: John Nunley <[email protected]>
  • Loading branch information
notgull committed Jan 8, 2025
1 parent afe606f commit 4a0ed4f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Version 5.4.0

- Add a `no_std` implementation based on the `critical-section` crate, enabled
via the feature of the same name. (#148)

# Version 5.3.1

- Disable some optimizations that, in rare conditions, can cause race conditions
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "event-listener"
# When publishing a new version:
# - Update CHANGELOG.md
# - Create "v5.x.y" git tag
version = "5.3.1"
version = "5.4.0"
authors = ["Stjepan Glavina <[email protected]>", "John Nunley <[email protected]>"]
edition = "2021"
rust-version = "1.60"
Expand Down

0 comments on commit 4a0ed4f

Please sign in to comment.