Skip to content

Commit a81bac7

Browse files
committed
Release 0.37.4
1 parent cbcf835 commit a81bac7

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "quick-xml"
3-
version = "0.37.3"
3+
version = "0.37.4"
44
description = "High performance xml reader and writer"
55
edition = "2021"
66

Changelog.md

+6
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,16 @@
1919

2020
### Misc Changes
2121

22+
23+
## 0.37.4 -- 2025-04-01
24+
25+
### Misc Changes
26+
2227
- [#852]: Add `Debug` impl for `NsReader` and `Reader` and `Clone` impl for `NsReader`
2328

2429
[#852]: https://github.com/tafia/quick-xml/pull/852
2530

31+
2632
## 0.37.3 -- 2025-03-25
2733

2834
### New Features

0 commit comments

Comments
 (0)