We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7629a70 commit 5a536d0Copy full SHA for 5a536d0
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "quick-xml"
3
-version = "0.28.2"
+version = "0.29.0"
4
description = "High performance xml reader and writer"
5
edition = "2018"
6
Changelog.md
@@ -12,6 +12,15 @@
12
13
### New Features
14
15
+### Bug Fixes
16
+
17
+### Misc Changes
18
19
20
+## 0.29.0 -- 2023-06-13
21
22
+### New Features
23
24
- [#601]: Add `serde_helper` module to the crate root with some useful utility
25
functions and document using of enum's unit variants as a text content of element.
26
- [#606]: Implement indentation for `AsyncWrite` trait implementations.
0 commit comments