Skip to content

Commit

Permalink
Release v0.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomasdezeeuw committed Feb 23, 2024
1 parent f5367ea commit faa59e9
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# 0.5.6

* Add `Socket::(set_)multicast_all_v{4,6}`
(https://github.com/rust-lang/socket2/pull/485 and
(https://github.com/rust-lang/socket2/pull/486).
* Add support for GNU/Hurd
(https://github.com/rust-lang/socket2/pull/474).
* Fix compilation on Haiku
(https://github.com/rust-lang/socket2/pull/479 and
(https://github.com/rust-lang/socket2/pull/482).
* Fix compilation on OpenHarmony
(https://github.com/rust-lang/socket2/pull/491).
* Update to window-sys v0.52
(https://github.com/rust-lang/socket2/pull/480).

# 0.5.5

* Add support for Vita
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.5"
version = "0.5.6"
authors = [
"Alex Crichton <alex@alexcrichton.com>",
"Thomas de Zeeuw <thomasdezeeuw@gmail.com>"
Expand Down

0 comments on commit faa59e9

Please sign in to comment.