From 8854811961a07d1fc51412ecaad65bf4e2d615ee Mon Sep 17 00:00:00 2001 From: Thomas de Zeeuw Date: Wed, 27 Nov 2024 17:00:37 +0100 Subject: [PATCH] Release v0.5.8 --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b90e67c2..1939dd2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 0.5.8 + +* Added `Socket::(set_)header_included_v4` and + `Socket::(set_)header_included_v6` + (https://github.com/rust-lang/socket2/pull/518). + # 0.5.7 * Added `Socket::(set_)passcred` diff --git a/Cargo.toml b/Cargo.toml index 8ef85ebc..fbb7fea9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "socket2" -version = "0.5.7" +version = "0.5.8" authors = [ "Alex Crichton ", "Thomas de Zeeuw "