Skip to content

Commit

Permalink
v2.4.0
Browse files Browse the repository at this point in the history
Signed-off-by: John Nunley <dev@notgull.net>
  • Loading branch information
notgull authored and fogti committed Nov 7, 2024
1 parent 6aa416c commit 9d1ca6f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# Version 2.4.0

- Make it so the `Exit` filter can be created without passing ownership of the
`Child` object. (#207)
- Add support for visionOS. (#202)
- Fix typo in documentation. (#204)

# Version 2.3.4

- Update `windows-sys` to v0.59. (#195)
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "async-io"
# When publishing a new version:
# - Update CHANGELOG.md
# - Create "v2.x.y" git tag
version = "2.3.4"
version = "2.4.0"
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
edition = "2021"
rust-version = "1.63"
Expand Down

0 comments on commit 9d1ca6f

Please sign in to comment.