We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6e6202b + 4c35680 commit ec0c6f9Copy full SHA for ec0c6f9
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+# Version 5.0.0
2
+
3
+- **Breaking:** Rework the API to afford better usage. (#105)
4
+ - The heap-based API of the v2.x line is back.
5
+ - However, there is a stack-based API as an alternative.
6
+- Add a way to get the total number of listeners. (#114)
7
8
# Version 4.0.3
9
10
- Relax MSRV to 1.60. (#110)
Cargo.toml
@@ -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"
0 commit comments