jid: Bump to 0.12.1
Signed-off-by: pep <pep@bouah.net>
This commit is contained in:
parent
0e7ac066d4
commit
239a019174
2 changed files with 4 additions and 1 deletions
|
|
@ -1,9 +1,12 @@
|
|||
Version NEXT:
|
||||
|
||||
Version 0.12.1, release 2025-11-02:
|
||||
* Changes:
|
||||
- The 'quote' feature now uses `jid::Jid` instead of `::jid::Jid` to
|
||||
stop requiring importing the module as a dependency of the project. The
|
||||
`jid` module just needs to be made available, for example: `use
|
||||
foo::jid;`
|
||||
- Bump minidom to 0.18
|
||||
|
||||
Version 0.12.0, release 2025-01-25:
|
||||
* Breaking:
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "jid"
|
||||
version = "0.12.0"
|
||||
version = "0.12.1"
|
||||
authors = [
|
||||
"lumi <lumi@pew.im>",
|
||||
"Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>",
|
||||
|
|
|
|||
Loading…
Reference in a new issue