Skip to content

Commit 6137f64

Browse files
committed
Release v0.5.8
1 parent 33a98be commit 6137f64

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

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)