Skip to content

Commit 656ef9f

Browse files
committed
Release v0.4.9
1 parent 45f05fc commit 656ef9f

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
# 0.4.8
1+
# 0.4.9
2+
3+
* Fixed compilation on Windows
4+
(https://github.com/rust-lang/socket2/pull/409).
5+
6+
# 0.4.8 (yanked)
7+
8+
This release was broken for Windows.
29

310
* Add `Socket::peek_sender` (backport)
411
(https://github.com/rust-lang/socket2/pull/404).

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "socket2"
3-
version = "0.4.8"
3+
version = "0.4.9"
44
authors = [
55
"Alex Crichton <[email protected]>",
66
"Thomas de Zeeuw <[email protected]>"

0 commit comments

Comments
 (0)