Skip to content

Commit dc707dc

Browse files
committed
Release v0.4.5
1 parent 242e087 commit dc707dc

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
# 0.4.5
2+
3+
## Changed
4+
5+
* Replace `winapi` dependency with `windows-sys`
6+
(https://github.com/rust-lang/socket2/pull/303).
7+
8+
## Added
9+
10+
* `Socket::join_ssm_v4` and `Socket::leave_ssm_v4`
11+
(https://github.com/rust-lang/socket2/pull/298).
12+
* `Socket::set_recv_tos` and `Socket::recv_tos`
13+
(https://github.com/rust-lang/socket2/pull/299).
14+
15+
## Fixed
16+
17+
* Fix OpenBSD build
18+
(https://github.com/rust-lang/socket2/pull/291).
19+
* Fix OpenBSD build
20+
(https://github.com/rust-lang/socket2/pull/291).
21+
122
# 0.4.4
223

324
## Fixed

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

0 commit comments

Comments
 (0)