tokio-xmpp: bump to 3.4.0

Maxime “pep” Buquet created

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>

Change summary

tokio-xmpp/Cargo.toml | 2 +-
tokio-xmpp/ChangeLog  | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)

Detailed changes

tokio-xmpp/Cargo.toml 🔗

@@ -1,6 +1,6 @@
 [package]
 name = "tokio-xmpp"
-version = "3.3.0"
+version = "3.4.0"
 authors = ["Astro <astro@spaceboyz.net>", "Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>", "pep <pep+code@bouah.net>", "O01eg <o01eg@yandex.ru>", "SonnyX <randy@vonderweide.nl>", "Paul Fariello <paul@fariello.eu>"]
 description = "Asynchronous XMPP for Rust with tokio"
 license = "MPL-2.0"

tokio-xmpp/ChangeLog 🔗

@@ -1,5 +1,5 @@
-Version next:
-0000-00-00 xxxxxxxxxx
+Version 3.4.0:
+2023-08-17 Maxime “pep” Buquet <pep@bouah.net>
     * Breaking changes:
       - AsyncClient::new takes a parsed Jid instead of string (#72)
       - Properly add @id to every stanza, and also add support for components.