Skip to content

Commit faa59e9

Browse files
committed
Release v0.5.6
1 parent f5367ea commit faa59e9

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# 0.5.6
2+
3+
* Add `Socket::(set_)multicast_all_v{4,6}`
4+
(https://github.com/rust-lang/socket2/pull/485 and
5+
(https://github.com/rust-lang/socket2/pull/486).
6+
* Add support for GNU/Hurd
7+
(https://github.com/rust-lang/socket2/pull/474).
8+
* Fix compilation on Haiku
9+
(https://github.com/rust-lang/socket2/pull/479 and
10+
(https://github.com/rust-lang/socket2/pull/482).
11+
* Fix compilation on OpenHarmony
12+
(https://github.com/rust-lang/socket2/pull/491).
13+
* Update to window-sys v0.52
14+
(https://github.com/rust-lang/socket2/pull/480).
15+
116
# 0.5.5
217

318
* Add support for Vita

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

0 commit comments

Comments
 (0)