Skip to content

Commit d4218b8

Browse files
authored
v2.3.0
Signed-off-by: John Nunley <[email protected]>
1 parent fefe804 commit d4218b8

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# Version 2.3.0
2+
3+
- Add `Waitable`, which allows waiting for waitable handles on
4+
Windows. (#152)
5+
16
# Version 2.2.2
27

38
- Fix an `EINVAL` error that would occur when abstract sockets are used. (#176)

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "async-io"
33
# When publishing a new version:
44
# - Update CHANGELOG.md
55
# - Create "v2.x.y" git tag
6-
version = "2.2.2"
6+
version = "2.3.0"
77
authors = ["Stjepan Glavina <[email protected]>"]
88
edition = "2021"
99
rust-version = "1.63"

0 commit comments

Comments
 (0)