diff --git a/Cargo.toml b/Cargo.toml index 19d21740..bc6b9d56 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "quick-xml" -version = "0.31.0" +version = "0.32.0" description = "High performance xml reader and writer" edition = "2021" diff --git a/Changelog.md b/Changelog.md index 71cd2491..7b91ec59 100644 --- a/Changelog.md +++ b/Changelog.md @@ -10,6 +10,15 @@ ## Unreleased +### New Features + +### Bug Fixes + +### Misc Changes + + +## 0.32.0 -- 2024-06-10 + The way to configure parser is changed. Now all configuration is contained in the `Config` struct and can be applied at once. When `serde-types` feature is enabled, configuration is serializable.