bump version to 0.8.0 and add CHANGELOG.md entry

This commit is contained in:
Emmanuel Gil Peyrot 2018-02-18 20:56:40 +01:00
commit 0eba989122
2 changed files with 4 additions and 1 deletions

View file

@ -1,3 +1,6 @@
Version 0.8.0, released 2018-02-18:
* Additions
- Link Mauve replaced error\_chain with failure ( https://gitlab.com/lumi/minidom-rs/merge_requests/27 )
Version 0.6.2, released 2017-08-27:
* Additions
- Link Mauve added an implementation of IntoElements for all Into<Element> ( https://gitlab.com/lumi/minidom-rs/merge_requests/19 )

View file

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