Skip to content

Commit

Permalink
Release v0.4.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomasdezeeuw committed Oct 20, 2023
1 parent 03211da commit 71cad22
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,12 @@
# 0.4.10

* Fixed compilation with the `all` on QNX Neutrino
(https://github.com/rust-lang/socket2/pull/419).
* Add support for ESP-IDF
(https://github.com/rust-lang/socket2/pull/455).
* Add support for Vita
(https://github.com/rust-lang/socket2/pull/475).

# 0.4.9

* Fixed compilation on Windows
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "socket2"
version = "0.4.9"
version = "0.4.10"
authors = [
"Alex Crichton <alex@alexcrichton.com>",
"Thomas de Zeeuw <thomasdezeeuw@gmail.com>"
Expand Down

0 comments on commit 71cad22

Please sign in to comment.