Skip to content

Commit 2b34b16

Browse files
authored
v2.0.0
Signed-off-by: John Nunley <[email protected]>
1 parent 99d34fe commit 2b34b16

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
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.0.0
2+
3+
- **Breaking:** Bump `async-io` to version 2.0.0. (#28)
4+
- Bump `futures-lite` to version 2.0.0. (#29)
5+
16
# Version 1.8.0
27

38
- Bump MSRV to 1.63. (#23)

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
name = "async-net"
33
# When publishing a new version:
44
# - Update CHANGELOG.md
5-
# - Create "v1.x.y" git tag
6-
version = "1.8.0"
5+
# - Create "v2.x.y" git tag
6+
version = "2.0.0"
77
authors = ["Stjepan Glavina <[email protected]>"]
88
edition = "2021"
99
rust-version = "1.63"

0 commit comments

Comments
 (0)