Skip to content

Commit f66fb8c

Browse files
committed
v5.3.1
Signed-off-by: John Nunley <[email protected]>
1 parent 5445f25 commit f66fb8c

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# Version 5.3.1
2+
3+
- Disable some optimizations that, in rare conditions, can cause race conditions
4+
causing notifications to be dropped. (#139)
5+
- Ensure the portable-atomic feature is set properly. (#134)
6+
- Update `portable-atomic-util` to v0.2.0. (#132)
7+
- Document the std feature. (#134)
8+
19
# Version 5.3.0
210

311
- Add a `loom` implementation. This feature is unstable and is not semver-supported. (#126)

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name = "event-listener"
33
# When publishing a new version:
44
# - Update CHANGELOG.md
55
# - Create "v5.x.y" git tag
6-
version = "5.3.0"
7-
authors = ["Stjepan Glavina <[email protected]>"]
6+
version = "5.3.1"
7+
authors = ["Stjepan Glavina <[email protected]>", "John Nunley <[email protected]>"]
88
edition = "2021"
99
rust-version = "1.60"
1010
description = "Notify async tasks or threads"

0 commit comments

Comments
 (0)