Skip to content

Commit a6a176f

Browse files
authored
Release 2.4.1 (#225)
1 parent 08d696a commit a6a176f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Version 2.4.1
2+
3+
- Update to rustix version 1.0.7. (#221)
4+
15
# Version 2.4.0
26

37
- Make it so the `Exit` filter can be created without passing ownership of the

Cargo.toml

Lines changed: 1 addition & 1 deletion
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.4.0"
6+
version = "2.4.1"
77
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
88
edition = "2021"
99
rust-version = "1.63"

0 commit comments

Comments
 (0)