Release version 0.6.2

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
Maxime “pep” Buquet 2019-07-20 19:14:12 +02:00
parent 750562cd96
commit 6b9e858507
Signed by: pep
GPG key ID: DEDA74AEECA9D0F2
2 changed files with 6 additions and 1 deletions

View file

@ -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: Version 0.6.1, released 2019-06-10:
* Updates * Updates
- Change the license from LGPLv3 to MPL-2.0. - Change the license from LGPLv3 to MPL-2.0.

View file

@ -1,6 +1,6 @@
[package] [package]
name = "jid" name = "jid"
version = "0.6.1" version = "0.6.2"
authors = [ authors = [
"lumi <lumi@pew.im>", "lumi <lumi@pew.im>",
"Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>", "Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>",