From 239a019174d6d57e858ad04b87eb0b09781ac2ba Mon Sep 17 00:00:00 2001 From: pep Date: Sun, 2 Nov 2025 01:28:30 +0100 Subject: [PATCH] jid: Bump to 0.12.1 Signed-off-by: pep --- jid/CHANGELOG.md | 3 +++ jid/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/jid/CHANGELOG.md b/jid/CHANGELOG.md index a4eb336b74ad8f04b6cebd4f5427e7592375e375..07028f8e0b964022b30e05b4acfa94a5c55a18ce 100644 --- a/jid/CHANGELOG.md +++ b/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: diff --git a/jid/Cargo.toml b/jid/Cargo.toml index db64b0e05fa9a60c69ca66d8ffcae0ee588b43fa..f8144208f4ab5a83fdf2b10392b22e4ecd5187ef 100644 --- a/jid/Cargo.toml +++ b/jid/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jid" -version = "0.12.0" +version = "0.12.1" authors = [ "lumi ", "Emmanuel Gil Peyrot ",