From 68a8c043a258cf3d83c57aa25e18620aa7661cb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20=E2=80=9Cpep=E2=80=9D=20Buquet?= Date: Thu, 17 Aug 2023 15:37:44 +0200 Subject: [PATCH] tokio-xmpp: bump to 3.4.0 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 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tokio-xmpp/Cargo.toml b/tokio-xmpp/Cargo.toml index 920893b0..a15573d6 100644 --- a/tokio-xmpp/Cargo.toml +++ b/tokio-xmpp/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tokio-xmpp" -version = "3.3.0" +version = "3.4.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 601cc398..f2f792fd 100644 --- a/tokio-xmpp/ChangeLog +++ b/tokio-xmpp/ChangeLog @@ -1,5 +1,5 @@ -Version next: -0000-00-00 xxxxxxxxxx +Version 3.4.0: +2023-08-17 Maxime “pep” Buquet * Breaking changes: - AsyncClient::new takes a parsed Jid instead of string (#72) - Properly add @id to every stanza, and also add support for components.