Merge pull request #117 from smol-rs/notgull/next

v5.0.0
This commit is contained in:
Zeeshan Ali Khan 2024-02-05 23:10:02 +01:00 committed by GitHub
commit ec0c6f9d67
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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"