Skip to content

Commit 10177b1

Browse files
committed
Release 0.37.1
1 parent 6c4c766 commit 10177b1

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.0"
3+
version = "0.37.1"
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-
- [#831]: Add `BytesCData::escaped()` fn to construct CDATA events from arbitrary user input.
19-
2018
### Bug Fixes
2119

2220
### Misc Changes
2321

22+
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+
2429
[#831]: https://github.com/tafia/quick-xml/issues/831
2530

2631

0 commit comments

Comments
 (0)