diff --git a/CHANGELOG.md b/CHANGELOG.md index d9f9965..dfd2914 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.toml b/Cargo.toml index 082aa37..f125f3d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 ", "John Nunley "] edition = "2021" rust-version = "1.60"