Release 4.0.3

This commit is contained in:
Taiki Endo 2024-01-07 02:56:54 +09:00
parent aade0393e8
commit b1d437ae83
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
# Version 4.0.3
- Relax MSRV to 1.60. (#110)
# Version 4.0.2
- Avoid spinning in `wait_deadline`. (#107)

View File

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