Skip to content

Commit 170a5b6

Browse files
authored
Merge pull request #81 from smol-rs/notgull/next
v2.2.0
2 parents efdddaa + 67fa012 commit 170a5b6

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# Version 2.2.0
2+
3+
- Bump `event-listener` to v5.0.0. (#79)
4+
- Bump MSRV to 1.60. (#80)
5+
16
# Version 2.1.1
27

38
- Bump `event-listener` to v4.0.0. (#73)

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "async-channel"
33
# When publishing a new version:
44
# - Update CHANGELOG.md
55
# - Create "v2.x.y" git tag
6-
version = "2.1.1"
6+
version = "2.2.0"
77
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
88
edition = "2021"
99
rust-version = "1.60"

0 commit comments

Comments
 (0)