From 0ef646db86e95fd6b4b3b274039120dd95282489 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20=E2=80=9Cpep=E2=80=9D=20Buquet?= Date: Tue, 23 Jul 2024 18:30:56 +0200 Subject: [PATCH] jid: Bump version to 0.11.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maxime “pep” Buquet --- jid/CHANGELOG.md | 4 +++- jid/Cargo.toml | 2 +- xso/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/jid/CHANGELOG.md b/jid/CHANGELOG.md index 0933bf55..a7b07a69 100644 --- a/jid/CHANGELOG.md +++ b/jid/CHANGELOG.md @@ -1,4 +1,4 @@ -Version 0.11.0, release 2024-07-23: +Version 0.11.1, release 2024-07-23: * Breaking: - Move InnerJid into Jid and reformulate BareJid and FullJid in terms of Jid. @@ -33,6 +33,8 @@ Version 0.11.0, release 2024-07-23: - Add more test cases - Fix clippy lints, cargo doc, and other warnings +Version 0.11.0, release 2024-07-23 [YANKED] + Version 0.10.0, release 2023-08-17: * Breaking - serde: Jid is now using untagged enum representation (#66) diff --git a/jid/Cargo.toml b/jid/Cargo.toml index 083f1b28..8dfcfaa7 100644 --- a/jid/Cargo.toml +++ b/jid/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jid" -version = "0.11.0" +version = "0.11.1" authors = [ "lumi ", "Emmanuel Gil Peyrot ", diff --git a/xso/Cargo.toml b/xso/Cargo.toml index 4af6c93c..52651552 100644 --- a/xso/Cargo.toml +++ b/xso/Cargo.toml @@ -20,7 +20,7 @@ xso_proc = { version = "0.0.2", optional = true } # defaults to picking the highest matching version by default, the only # sensible thing we can do here is to depend on the least version of the most # recent semver of each crate. -jid = { version = "^0.10", optional = true } +jid = { version = "^0.11", optional = true } uuid = { version = "^1", optional = true } base64 = { version = "^0.22", optional = true }