We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 440e8fe commit 120e074Copy full SHA for 120e074
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "quick-xml"
3
-version = "0.30.0"
+version = "0.31.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.31.0 -- 2023-10-22
21
22
MSRV bumped to 1.56! Crate now uses Rust 2021 edition.
23
24
Enum representation was changed (it was buggy anyway) to ensure compatibility with
0 commit comments