Signed-off-by: John Nunley <dev@notgull.net>
This commit is contained in:
John Nunley 2024-02-04 19:23:00 -08:00
parent 6e6202b3f1
commit 4c3568010a
No known key found for this signature in database
GPG Key ID: 2FE69973CFD64832
2 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,10 @@
# Version 5.0.0
- **Breaking:** Rework the API to afford better usage. (#105)
- The heap-based API of the v2.x line is back.
- However, there is a stack-based API as an alternative.
- Add a way to get the total number of listeners. (#114)
# Version 4.0.3
- Relax MSRV to 1.60. (#110)

View File

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