jid: Bump to 0.12.1

Signed-off-by: pep <pep@bouah.net>
This commit is contained in:
pep 2025-11-02 01:28:30 +01:00
commit 239a019174
No known key found for this signature in database
GPG key ID: DEDA74AEECA9D0F2
2 changed files with 4 additions and 1 deletions

View file

@ -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:

View file

@ -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>",