Skip to content

Commit 8f11a87

Browse files
authored
v5.2.0
Signed-off-by: John Nunley <[email protected]>
1 parent c9d736a commit 8f11a87

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Version 5.2.0
2+
3+
- Make `StackSlot` `Sync`. (#121)
4+
15
# Version 5.1.0
26

37
- Make `StackSlot` `Send`. (#119)

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.1.0"
6+
version = "5.2.0"
77
authors = ["Stjepan Glavina <[email protected]>"]
88
edition = "2021"
99
rust-version = "1.60"

0 commit comments

Comments
 (0)