Skip to content

Commit

Permalink
Release 0.32.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mingun committed Jun 10, 2024
1 parent e6f7be4 commit 8d38e4c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"

Expand Down
9 changes: 9 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 8d38e4c

Please sign in to comment.