Skip to content

Commit

Permalink
bump v0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tafia committed Jul 15, 2019
1 parent e256160 commit 442ef76
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "quick-xml"
version = "0.14.0"
version = "0.15.0"
authors = ["Johann Tuffe <tafia973@gmail.com>"]
description = "High performance xml reader and writer"

Expand Down
4 changes: 4 additions & 0 deletions Changelog.md
Expand Up @@ -8,6 +8,10 @@
- test: Adding missing tests
- chore: Changes to the build process or auxiliary tools/libraries/documentation

## 0.15.0
- feat: remove Seek bound
- style: rustfmt

## 0.14.0
- feat: make failure error crate optional. To revert back to old behavior, use the `--failure` feature.

Expand Down

0 comments on commit 442ef76

Please sign in to comment.