Skip to content

Commit a018365

Browse files
committed
Release 0.37.5
1 parent a7cb878 commit a018365

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
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.4"
3+
version = "0.37.5"
44
description = "High performance xml reader and writer"
55
edition = "2021"
66

Changelog.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,17 @@
1515

1616
### New Features
1717

18-
- [#857]: Add `BytesCData::decode()`.
19-
2018
### Bug Fixes
2119

2220
### Misc Changes
2321

22+
23+
## 0.37.5 -- 2025-04-27
24+
25+
### New Features
26+
27+
- [#857]: Add `BytesCData::decode()`.
28+
2429
[#857]: https://github.com/tafia/quick-xml/pull/857
2530

2631

0 commit comments

Comments
 (0)