Skip to content

Commit

Permalink
v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tormol committed Aug 20, 2023
1 parent 9626e40 commit a596894
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "uds"
version = "0.4.0"
version = "0.4.1"
description = """
A unix domain socket crate that supports abstract addresses, fd-passing and seqpacket sockets.
"""
Expand Down
7 changes: 7 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
Version 0.4.1 (2023-08-20)
==========================
* Tokio support is back, now for tokio 1.\*.
* There's now also tokio versions of the extensions traits:
They don't have any methods that would be async, such as `send_fds()` or `receive_fds()`,
but allow binding and connecting to `uds::UnixSocketAddr`s, and getting information about the peer.

Version 0.4.0 (2023-08-14)
==========================
* Remove tokio support.
Expand Down

0 comments on commit a596894

Please sign in to comment.