We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f465f95 commit 2659775Copy full SHA for 2659775
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "quick-xml"
3
-version = "0.32.0"
+version = "0.33.0"
4
description = "High performance xml reader and writer"
5
edition = "2021"
6
Changelog.md
@@ -15,6 +15,15 @@
15
16
### New Features
17
18
+### Bug Fixes
19
+
20
+### Misc Changes
21
22
23
+## 0.33.0 -- 2024-06-21
24
25
+### New Features
26
27
- [#758]: Implemented `From<QName>` for `BytesStart` and `BytesEnd`.
28
29
### Bug Fixes
0 commit comments