Skip to content

Commit 5bdcbf0

Browse files
committed
Release v0.5.2
1 parent bc1d8c0 commit 5bdcbf0

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
# 0.5.2
2+
3+
* Add Unix socket methods to `SockAddr`
4+
(https://github.com/rust-lang/socket2/pull/403 and
5+
https://github.com/rust-lang/socket2/pull/429).
6+
* Added `SockAddr::as_storage`
7+
(https://github.com/rust-lang/socket2/pull/417).
8+
* Added `SockAddr::set_length`
9+
(https://github.com/rust-lang/socket2/pull/428).
10+
* Added `Protocol::UDPLITE`
11+
(https://github.com/rust-lang/socket2/pull/427).
12+
* Update windows-sys to 0.48
13+
(https://github.com/rust-lang/socket2/pull/422).
14+
* Fixes Fuchsia target after it changes in 1.68, see
15+
<https://github.com/rust-lang/rust/blob/master/RELEASES.md#version-1680-2023-03-09>
16+
(https://github.com/rust-lang/socket2/pull/423).
17+
* Fixes musl target and adds it to the CI
18+
(https://github.com/rust-lang/socket2/pull/426).
19+
120
# 0.5.1
221

322
## Added

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "socket2"
3-
version = "0.5.1"
3+
version = "0.5.2"
44
authors = [
55
"Alex Crichton <alex@alexcrichton.com>",
66
"Thomas de Zeeuw <thomasdezeeuw@gmail.com>"

0 commit comments

Comments
 (0)