Signed-off-by: John Nunley <dev@notgull.net>
This commit is contained in:
John Nunley 2024-02-07 19:26:29 -08:00
parent efdddaa2a5
commit 67fa012056
No known key found for this signature in database
GPG Key ID: 2FE69973CFD64832
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
# Version 2.2.0
- Bump `event-listener` to v5.0.0. (#79)
- Bump MSRV to 1.60. (#80)
# Version 2.1.1
- Bump `event-listener` to v4.0.0. (#73)

View File

@ -3,7 +3,7 @@ name = "async-channel"
# When publishing a new version:
# - Update CHANGELOG.md
# - Create "v2.x.y" git tag
version = "2.1.1"
version = "2.2.0"
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
edition = "2021"
rust-version = "1.60"