Skip to content

Commit

Permalink
Release v0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomasdezeeuw committed Apr 11, 2023
1 parent bc1d8c0 commit 5bdcbf0
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# 0.5.2

* Add Unix socket methods to `SockAddr`
(https://github.com/rust-lang/socket2/pull/403 and
https://github.com/rust-lang/socket2/pull/429).
* Added `SockAddr::as_storage`
(https://github.com/rust-lang/socket2/pull/417).
* Added `SockAddr::set_length`
(https://github.com/rust-lang/socket2/pull/428).
* Added `Protocol::UDPLITE`
(https://github.com/rust-lang/socket2/pull/427).
* Update windows-sys to 0.48
(https://github.com/rust-lang/socket2/pull/422).
* Fixes Fuchsia target after it changes in 1.68, see
<https://github.com/rust-lang/rust/blob/master/RELEASES.md#version-1680-2023-03-09>
(https://github.com/rust-lang/socket2/pull/423).
* Fixes musl target and adds it to the CI
(https://github.com/rust-lang/socket2/pull/426).

# 0.5.1

## Added
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "socket2"
version = "0.5.1"
version = "0.5.2"
authors = [
"Alex Crichton <alex@alexcrichton.com>",
"Thomas de Zeeuw <thomasdezeeuw@gmail.com>"
Expand Down

0 comments on commit 5bdcbf0

Please sign in to comment.