mirror of
https://gitlab.com/xmpp-rs/xmpp-rs.git
synced 2024-07-12 22:21:53 +00:00
Release version 0.6.2
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
750562cd96
commit
6b9e858507
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
Version 0.6.2, released 2019-07-20:
|
||||
* Updates
|
||||
- Implement From<BareJid> and From<FullJid> for Jid
|
||||
- Add node and domain getters on Jid
|
||||
|
||||
Version 0.6.1, released 2019-06-10:
|
||||
* Updates
|
||||
- Change the license from LGPLv3 to MPL-2.0.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "jid"
|
||||
version = "0.6.1"
|
||||
version = "0.6.2"
|
||||
authors = [
|
||||
"lumi <lumi@pew.im>",
|
||||
"Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>",
|
||||
|
|
Loading…
Reference in a new issue