Skip to content

Commit 7f6cae7

Browse files
authored
v0.4.0
Signed-off-by: John Nunley <dev@notgull.net>
1 parent ce964df commit 7f6cae7

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Version 0.4.0
2+
3+
- **Breaking:** Bump `event-listener` to v4.0.0. (#10)
4+
15
# Version 0.3.0
26

37
- **Breaking:** Remove an unneeded lifetime from the public API. (#6)

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "event-listener-strategy"
33
# Make sure to update CHANGELOG.md when the version is bumped here.
4-
version = "0.3.0"
4+
version = "0.4.0"
55
edition = "2018"
66
authors = ["John Nunley <dev@notgull.net>"]
77
rust-version = "1.59"

0 commit comments

Comments
 (0)