Signed-off-by: John Nunley <dev@notgull.net>
This commit is contained in:
John Nunley 2024-02-28 21:15:47 -08:00 committed by GitHub
parent c9d736a29b
commit 8f11a87281
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
# Version 5.2.0
- Make `StackSlot` `Sync`. (#121)
# Version 5.1.0
- Make `StackSlot` `Send`. (#119)

View File

@ -3,7 +3,7 @@ name = "event-listener"
# When publishing a new version:
# - Update CHANGELOG.md
# - Create "v5.x.y" git tag
version = "5.1.0"
version = "5.2.0"
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
edition = "2021"
rust-version = "1.60"