Prepare for release 0.5.3.

This commit is contained in:
Emmanuel Gil Peyrot 2019-01-16 13:27:54 +01:00
parent 9c8da4a063
commit 1f260cfe86
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,9 @@
Version 0.5.3, released 2019-01-16:
* Updates
- Link Mauve bumped the minidom dependency version.
- Use Edition 2018, putting the baseline rustc version to 1.31.
- Run cargo-fmt on the code, to lower the barrier of entry.
Version 0.5.2, released 2018-07-31:
* Updates
- Astro bumped the minidom dependency version.

View file

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