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 NEXT:
|
||||||
|
|
||||||
|
Version 0.12.1, release 2025-11-02:
|
||||||
* Changes:
|
* Changes:
|
||||||
- The 'quote' feature now uses `jid::Jid` instead of `::jid::Jid` to
|
- The 'quote' feature now uses `jid::Jid` instead of `::jid::Jid` to
|
||||||
stop requiring importing the module as a dependency of the project. The
|
stop requiring importing the module as a dependency of the project. The
|
||||||
`jid` module just needs to be made available, for example: `use
|
`jid` module just needs to be made available, for example: `use
|
||||||
foo::jid;`
|
foo::jid;`
|
||||||
|
- Bump minidom to 0.18
|
||||||
|
|
||||||
Version 0.12.0, release 2025-01-25:
|
Version 0.12.0, release 2025-01-25:
|
||||||
* Breaking:
|
* Breaking:
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "jid"
|
name = "jid"
|
||||||
version = "0.12.0"
|
version = "0.12.1"
|
||||||
authors = [
|
authors = [
|
||||||
"lumi <lumi@pew.im>",
|
"lumi <lumi@pew.im>",
|
||||||
"Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>",
|
"Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue