Release version 0.6.1, with the MPL-2.0 relicense.
This commit is contained in:
parent
8ca35d81a4
commit
78b0d016f1
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
Version 0.6.1, released 2019-06-10:
|
||||
* Updates
|
||||
- Change the license from LGPLv3 to MPL-2.0.
|
||||
|
||||
Version 0.6.0, released 2019-06-10:
|
||||
* Updates
|
||||
- Jid is now an enum, with two variants, Bare(BareJid) and Full(FullJid).
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "jid"
|
||||
version = "0.6.0"
|
||||
version = "0.6.1"
|
||||
authors = [
|
||||
"lumi <lumi@pew.im>",
|
||||
"Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>",
|
||||
|
|
Loading…
Reference in a new issue