diff --git a/jid/CHANGELOG.md b/jid/CHANGELOG.md index a4eb336b..07028f8e 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 db64b0e0..f8144208 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 ",