From 71cad228cef96c7bef4740f7ce9a7a8d45ad4aff Mon Sep 17 00:00:00 2001 From: Thomas de Zeeuw Date: Fri, 20 Oct 2023 19:08:30 +0200 Subject: [PATCH] Release v0.4.10 --- CHANGELOG.md | 9 +++++++++ Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce0fbe33..2226a457 100644 --- a/CHANGELOG.md +++ b/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 diff --git a/Cargo.toml b/Cargo.toml index 97108f64..30c39369 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "socket2" -version = "0.4.9" +version = "0.4.10" authors = [ "Alex Crichton ", "Thomas de Zeeuw "