Skip to content

Commit

Permalink
Release v0.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mingun committed Jun 12, 2023
1 parent 7629a70 commit 5a536d0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "quick-xml"
version = "0.28.2"
version = "0.29.0"
description = "High performance xml reader and writer"
edition = "2018"

Expand Down
9 changes: 9 additions & 0 deletions Changelog.md
Expand Up @@ -12,6 +12,15 @@

### New Features

### Bug Fixes

### Misc Changes


## 0.29.0 -- 2023-06-13

### New Features

- [#601]: Add `serde_helper` module to the crate root with some useful utility
functions and document using of enum's unit variants as a text content of element.
- [#606]: Implement indentation for `AsyncWrite` trait implementations.
Expand Down

0 comments on commit 5a536d0

Please sign in to comment.