Skip to content

Commit ec0c6f9

Browse files
authored
Merge pull request #117 from smol-rs/notgull/next
v5.0.0
2 parents 6e6202b + 4c35680 commit ec0c6f9

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
18
# Version 4.0.3
29

310
- Relax MSRV to 1.60. (#110)

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
name = "event-listener"
33
# When publishing a new version:
44
# - Update CHANGELOG.md
5-
# - Create "v4.x.y" git tag
6-
version = "4.0.3"
5+
# - Create "v5.x.y" git tag
6+
version = "5.0.0"
77
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
88
edition = "2021"
99
rust-version = "1.60"

0 commit comments

Comments
 (0)