Skip to content

Commit

Permalink
v5.3.1
Browse files Browse the repository at this point in the history
Signed-off-by: John Nunley <[email protected]>
  • Loading branch information
notgull committed May 29, 2024
1 parent 85e3474 commit 8f8853c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Version 5.3.1

- Disable some optimizations that, in rare conditions, can cause race conditions
causing notifications to be dropped. (#139)

# Version 5.3.0

- Add a `loom` implementation. This feature is unstable and is not semver-supported. (#126)
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name = "event-listener"
# When publishing a new version:
# - Update CHANGELOG.md
# - Create "v5.x.y" git tag
version = "5.3.0"
authors = ["Stjepan Glavina <[email protected]>"]
version = "5.3.1"
authors = ["Stjepan Glavina <[email protected]>", "John Nunley <[email protected]>"]
edition = "2021"
rust-version = "1.60"
description = "Notify async tasks or threads"
Expand Down

0 comments on commit 8f8853c

Please sign in to comment.