diff --git a/Cargo.toml b/Cargo.toml index c801b63b..e02889dc 100644 --- a/Cargo.toml +++ b/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" diff --git a/Changelog.md b/Changelog.md index 9f251e90..e0ebd96a 100644 --- a/Changelog.md +++ b/Changelog.md @@ -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.