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,4 +1,6 @@
Version NEXT, release XXXX-XX-XX:
Version 0.12.3, release 2026-06-11:
* Changes:
- Add a `DomainRef::with_node_str()` method, matching `with_resource_str()`
but for `with_node()`.

View file

@ -1,6 +1,6 @@
[package]
name = "jid"
version = "0.12.2"
version = "0.12.3"
authors = [
"lumi <lumi@pew.im>",
"Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>",