Skip to content

Commit 52169ca

Browse files
committed
Release 0.37.2
1 parent 9ad2010 commit 52169ca

File tree

2 files changed

+8
-1
lines changed

2 files changed

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

Changelog.md

+7
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,13 @@
2121

2222
### Misc Changes
2323

24+
25+
## 0.37.2 -- 2024-12-29
26+
27+
### New Features
28+
29+
- [#836]: Add `se::to_utf8_io_writer()` helper compatible with `std::io::Write` and restricted to UTF-8 encoding.
30+
2431
[#836]: https://github.com/tafia/quick-xml/pull/836
2532

2633

0 commit comments

Comments
 (0)