Skip to content

Commit

Permalink
Release v0.5.8 (#537)
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomasdezeeuw authored Nov 28, 2024
1 parent 33a98be commit 60d118f
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ jobs:
- aarch64-apple-darwin
- aarch64-apple-ios
- aarch64-apple-tvos
- aarch64-apple-visionos
# Broken, see https://github.com/rust-lang/socket2/issues/538.
#- aarch64-apple-visionos
- aarch64-apple-watchos
- aarch64-linux-android
- aarch64-unknown-freebsd
Expand All @@ -74,7 +75,8 @@ jobs:
- armv7-linux-androideabi
- armv7-sony-vita-newlibeabihf
- i686-linux-android
- i686-unknown-hurd-gnu
# Broken, see https://github.com/rust-lang/socket2/issues/539.
#- i686-unknown-hurd-gnu
- i686-unknown-linux-gnu
- sparcv9-sun-solaris
- x86_64-apple-darwin
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# 0.5.8

* Added `Socket::(set_)header_included_v4` and
`Socket::(set_)header_included_v6`
(https://github.com/rust-lang/socket2/pull/518).
* Added support for `Socket::original_dst` and
`Socket::original_dst_ipv6` on Windows
(https://github.com/rust-lang/socket2/pull/529).

# 0.5.7

* Added `Socket::(set_)passcred`
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.7"
version = "0.5.8"
authors = [
"Alex Crichton <[email protected]>",
"Thomas de Zeeuw <[email protected]>"
Expand Down

0 comments on commit 60d118f

Please sign in to comment.