From 5c312476c2861eb83edaafe234bbc74c10906519 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20=E2=80=9Cpep=E2=80=9D=20Buquet?= Date: Sun, 20 Aug 2023 21:29:51 +0200 Subject: [PATCH] sasl: 0.5.1 release MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maxime “pep” Buquet --- sasl/CHANGELOG.md | 9 +++++++++ sasl/Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/sasl/CHANGELOG.md b/sasl/CHANGELOG.md index b5152449..80b714fb 100644 --- a/sasl/CHANGELOG.md +++ b/sasl/CHANGELOG.md @@ -1,3 +1,12 @@ +Version 0.5.1, released 2023-08-20: + * Important changes + - Move sasl-rs to the xmpp-rs repository at https://gitlab.com/xmpp-rs/xmpp-rs. + * Small changes + - Use module FQNs in macro (thanks Raman Hafiyatulin) + - Fix SASL ANONYMOUS service side (#11) + - Update LICENSE file to reflect 0.5.0 changes + - Bump dependencies + Version 0.5.0, released 2021-01-12: * Important changes - Relicensed to MPL-2.0 from LGPL-3.0-or-later. diff --git a/sasl/Cargo.toml b/sasl/Cargo.toml index 04f8a089..e9177ee7 100644 --- a/sasl/Cargo.toml +++ b/sasl/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sasl" -version = "0.5.0" +version = "0.5.1" authors = ["lumi "] description = "A crate for SASL authentication. Currently only does the client side." homepage = "https://gitlab.com/xmpp-rs/xmpp-rs"