We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c4c766 commit 10177b1Copy full SHA for 10177b1
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "quick-xml"
3
-version = "0.37.0"
+version = "0.37.1"
4
description = "High performance xml reader and writer"
5
edition = "2021"
6
Changelog.md
@@ -15,12 +15,17 @@
15
16
### New Features
17
18
-- [#831]: Add `BytesCData::escaped()` fn to construct CDATA events from arbitrary user input.
19
-
20
### Bug Fixes
21
22
### Misc Changes
23
+
+## 0.37.1 -- 2024-11-17
24
25
+### New Features
26
27
+- [#831]: Add `BytesCData::escaped()` fn to construct CDATA events from arbitrary user input.
28
29
[#831]: https://github.com/tafia/quick-xml/issues/831
30
31
0 commit comments