Skip to content

Commit

Permalink
Release v0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nathaniel-bennett committed Nov 5, 2024
1 parent b4827ef commit 71ba273
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ authors = ["Nathaniel Bennett <me[at]nathanielbennett[dotcom]>"]
description = "Cross-platform TUN, TAP and vETH interfaces"
# 1.66 - `std::os::fd` stabilized
rust-version = "1.70"
version = "0.4.1"
version = "0.4.2"
license = "MIT OR Apache-2.0"
edition = "2021"
repository = "https://github.com/pkts-rs/tappers"
Expand Down
4 changes: 4 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History:

* 0.4.2
- Fix breaking issues for ARM builds
- Add arm-linux-stable to CI

* 0.4.1
- Revise internals of async `send()`/`recv()` to fix issues polling HANDLEs in Windows
- Separate `async_io` interfaces into `smol` and `async_std`
Expand Down

0 comments on commit 71ba273

Please sign in to comment.