jid: Bump to 0.12.1

pep created

Signed-off-by: pep <pep@bouah.net>

Change summary

jid/CHANGELOG.md | 3 +++
jid/Cargo.toml   | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)

Detailed changes

jid/CHANGELOG.md 🔗

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

jid/Cargo.toml 🔗

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