sasl: 0.5.1 release
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
75bcd51026
commit
5c312476c2
2 changed files with 10 additions and 1 deletions
|
@ -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:
|
Version 0.5.0, released 2021-01-12:
|
||||||
* Important changes
|
* Important changes
|
||||||
- Relicensed to MPL-2.0 from LGPL-3.0-or-later.
|
- Relicensed to MPL-2.0 from LGPL-3.0-or-later.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "sasl"
|
name = "sasl"
|
||||||
version = "0.5.0"
|
version = "0.5.1"
|
||||||
authors = ["lumi <lumi@pew.im>"]
|
authors = ["lumi <lumi@pew.im>"]
|
||||||
description = "A crate for SASL authentication. Currently only does the client side."
|
description = "A crate for SASL authentication. Currently only does the client side."
|
||||||
homepage = "https://gitlab.com/xmpp-rs/xmpp-rs"
|
homepage = "https://gitlab.com/xmpp-rs/xmpp-rs"
|
||||||
|
|
Loading…
Reference in a new issue