tokio-xmpp: bump to 3.4.0
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
6c8855a6d5
commit
68a8c043a2
2 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue