From adeb4154de77f92b4c559e3da23c0e84a1947e57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20=E2=80=9Cpep=E2=80=9D=20Buquet?= Date: Tue, 24 Oct 2023 19:33:32 +0200 Subject: [PATCH] tokio-xmpp: bump to 3.5 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maxime “pep” Buquet --- tokio-xmpp/Cargo.toml | 2 +- tokio-xmpp/ChangeLog | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/tokio-xmpp/Cargo.toml b/tokio-xmpp/Cargo.toml index a15573d6..895787e9 100644 --- a/tokio-xmpp/Cargo.toml +++ b/tokio-xmpp/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tokio-xmpp" -version = "3.4.0" +version = "3.5.0" authors = ["Astro ", "Emmanuel Gil Peyrot ", "pep ", "O01eg ", "SonnyX ", "Paul Fariello "] description = "Asynchronous XMPP for Rust with tokio" license = "MPL-2.0" diff --git a/tokio-xmpp/ChangeLog b/tokio-xmpp/ChangeLog index f2f792fd..7854ca13 100644 --- a/tokio-xmpp/ChangeLog +++ b/tokio-xmpp/ChangeLog @@ -1,3 +1,12 @@ +Version 3.5.0: +2023-10-24 Maxime “pep” Buquet + * Changes: + - Require one and only one of tls-native and tls-rust to be enabled. + Technically a breaking change, but enabling both wasn't working in the + previous release anyway. + - Various fixes that were guarded under the tls-rust feature. All + updates from dependencies. + Version 3.4.0: 2023-08-17 Maxime “pep” Buquet * Breaking changes: