We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6f7be4 commit 8d38e4cCopy full SHA for 8d38e4c
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "quick-xml"
3
-version = "0.31.0"
+version = "0.32.0"
4
description = "High performance xml reader and writer"
5
edition = "2021"
6
Changelog.md
@@ -10,6 +10,15 @@
10
11
## Unreleased
12
13
+### New Features
14
+
15
+### Bug Fixes
16
17
+### Misc Changes
18
19
20
+## 0.32.0 -- 2024-06-10
21
22
The way to configure parser is changed. Now all configuration is contained in the
23
`Config` struct and can be applied at once. When `serde-types` feature is enabled,
24
configuration is serializable.
0 commit comments