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:
parent
a90d9fafb6
commit
1710a6f99e
11 changed files with 32 additions and 20 deletions
|
|
@ -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()`.
|
||||
|
|
|
|||
|
|
@ -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>",
|
||||
|
|
|
|||
Loading…
Reference in a new issue