mirror of
https://gitlab.com/xmpp-rs/xmpp-rs.git
synced 2024-07-12 22:21:53 +00:00
Prepare for release 0.6.0.
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
24aef813b3
commit
6b17aacd8e
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
Version 0.6.0, released 2019-06-19:
|
||||
* Updates
|
||||
- Jid is now an enum, with two variants, Bare(BareJid) and Full(FullJid)
|
||||
|
||||
Version 0.5.3, released 2019-01-16:
|
||||
* Updates
|
||||
- Link Mauve bumped the minidom dependency version.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "jid"
|
||||
version = "0.5.3"
|
||||
version = "0.6.0"
|
||||
authors = [
|
||||
"lumi <lumi@pew.im>",
|
||||
"Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>",
|
||||
|
|
Loading…
Reference in a new issue