Skip to content

Commit 60d118f

Browse files
Release v0.5.8 (#537)
1 parent 33a98be commit 60d118f

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ jobs:
6060
- aarch64-apple-darwin
6161
- aarch64-apple-ios
6262
- aarch64-apple-tvos
63-
- aarch64-apple-visionos
63+
# Broken, see https://github.com/rust-lang/socket2/issues/538.
64+
#- aarch64-apple-visionos
6465
- aarch64-apple-watchos
6566
- aarch64-linux-android
6667
- aarch64-unknown-freebsd
@@ -74,7 +75,8 @@ jobs:
7475
- armv7-linux-androideabi
7576
- armv7-sony-vita-newlibeabihf
7677
- i686-linux-android
77-
- i686-unknown-hurd-gnu
78+
# Broken, see https://github.com/rust-lang/socket2/issues/539.
79+
#- i686-unknown-hurd-gnu
7880
- i686-unknown-linux-gnu
7981
- sparcv9-sun-solaris
8082
- x86_64-apple-darwin

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# 0.5.8
2+
3+
* Added `Socket::(set_)header_included_v4` and
4+
`Socket::(set_)header_included_v6`
5+
(https://github.com/rust-lang/socket2/pull/518).
6+
* Added support for `Socket::original_dst` and
7+
`Socket::original_dst_ipv6` on Windows
8+
(https://github.com/rust-lang/socket2/pull/529).
9+
110
# 0.5.7
211

312
* Added `Socket::(set_)passcred`

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.7"
3+
version = "0.5.8"
44
authors = [
55
"Alex Crichton <[email protected]>",
66
"Thomas de Zeeuw <[email protected]>"

0 commit comments

Comments
 (0)