Skip to content

Commit 22b15a0

Browse files
committed
Release v0.4.6
1 parent daf64ce commit 22b15a0

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
1-
# 0.4.5
1+
# 0.4.6
2+
3+
* Reverted back to the `winapi` dependency as switch to `windows-sys` was a
4+
breaking change (https://github.com/rust-lang/socket2/pull/340).
5+
Note that we'll will switch to `windows-sys` in v0.5 .
6+
* Disable RECVTOS on OpenBSD
7+
(https://github.com/rust-lang/socket2/pull/307).
8+
* Derive Clone for SockAddr
9+
(https://github.com/rust-lang/socket2/pull/311).
10+
* Fix cfg attributes for Fuchsia
11+
(https://github.com/rust-lang/socket2/pull/314).
12+
13+
# 0.4.5 (yanked)
214

315
## Changed
416

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

0 commit comments

Comments
 (0)