Release all crates

Since we tie the versions rather tightly, we have to release the entire
bunch in order to allow people to upgrade to rxml 0.14.
This commit is contained in:
Jonas Schäfer 2026-06-10 17:48:26 +02:00
commit 1710a6f99e
11 changed files with 32 additions and 20 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "xmpp"
version = "0.6.0"
version = "0.7.0"
authors = [
"Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>",
"Maxime “pep” Buquet <pep@bouah.net>",
@ -21,7 +21,7 @@ log = "0.4"
reqwest = { version = "0.13", features = ["stream"], default-features = false }
tokio-util = { version = "0.7", features = ["codec"] }
# same repository dependencies
tokio-xmpp = { version = "5.0", path = "../tokio-xmpp", default-features = false }
tokio-xmpp = { version = "6.0", path = "../tokio-xmpp", default-features = false }
[dev-dependencies]
env_logger = { version = "0.11", default-features = false, features = ["auto-color", "humantime"] }

View file

@ -1,5 +1,8 @@
Version NEXT
XXXX-YY-ZZ [ RELEASER <admin@localhost> ]
XXXX-XX-XX [ RELEASER <releaser@domain.example> ]
Version 0.7.0
2026-06-10 [ Jonas Schäfer <jonas@zombofant.net> ]
* Breaking:
- Agent::wait_for_events now return Vec<Event> and sets inner tokio_xmpp Client
auto-reconnect to true... It is still aware of Event::Disconnected but should