Skip to content

Commit 71cad22

Browse files
committed
Release v0.4.10
1 parent 03211da commit 71cad22

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# 0.4.10
2+
3+
* Fixed compilation with the `all` on QNX Neutrino
4+
(https://github.com/rust-lang/socket2/pull/419).
5+
* Add support for ESP-IDF
6+
(https://github.com/rust-lang/socket2/pull/455).
7+
* Add support for Vita
8+
(https://github.com/rust-lang/socket2/pull/475).
9+
110
# 0.4.9
211

312
* Fixed compilation on Windows

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

0 commit comments

Comments
 (0)