Skip to content

Commit 8d38e4c

Browse files
committed
Release 0.32.0
1 parent e6f7be4 commit 8d38e4c

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "quick-xml"
3-
version = "0.31.0"
3+
version = "0.32.0"
44
description = "High performance xml reader and writer"
55
edition = "2021"
66

Changelog.md

+9
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,15 @@
1010

1111
## Unreleased
1212

13+
### New Features
14+
15+
### Bug Fixes
16+
17+
### Misc Changes
18+
19+
20+
## 0.32.0 -- 2024-06-10
21+
1322
The way to configure parser is changed. Now all configuration is contained in the
1423
`Config` struct and can be applied at once. When `serde-types` feature is enabled,
1524
configuration is serializable.

0 commit comments

Comments
 (0)