We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7cb878 commit a018365Copy full SHA for a018365
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "quick-xml"
3
-version = "0.37.4"
+version = "0.37.5"
4
description = "High performance xml reader and writer"
5
edition = "2021"
6
Changelog.md
@@ -15,12 +15,17 @@
15
16
### New Features
17
18
-- [#857]: Add `BytesCData::decode()`.
19
-
20
### Bug Fixes
21
22
### Misc Changes
23
+
+## 0.37.5 -- 2025-04-27
24
25
+### New Features
26
27
+- [#857]: Add `BytesCData::decode()`.
28
29
[#857]: https://github.com/tafia/quick-xml/pull/857
30
31
0 commit comments