We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbcf835 commit a81bac7Copy full SHA for a81bac7
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "quick-xml"
3
-version = "0.37.3"
+version = "0.37.4"
4
description = "High performance xml reader and writer"
5
edition = "2021"
6
Changelog.md
@@ -19,10 +19,16 @@
19
20
### Misc Changes
21
22
+
23
+## 0.37.4 -- 2025-04-01
24
25
+### Misc Changes
26
27
- [#852]: Add `Debug` impl for `NsReader` and `Reader` and `Clone` impl for `NsReader`
28
29
[#852]: https://github.com/tafia/quick-xml/pull/852
30
31
32
## 0.37.3 -- 2025-03-25
33
34
### New Features
0 commit comments