Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v0.5.2 #431

Merged
merged 1 commit into from
Apr 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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