From 52169caefdfda36dfd16b935b20c07427a23b9cf Mon Sep 17 00:00:00 2001 From: Mingun Date: Sun, 29 Dec 2024 23:55:34 +0500 Subject: [PATCH] Release 0.37.2 --- Cargo.toml | 2 +- Changelog.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e67a9c54..793324a9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "quick-xml" -version = "0.37.1" +version = "0.37.2" description = "High performance xml reader and writer" edition = "2021" diff --git a/Changelog.md b/Changelog.md index 7ab7b980..2e0ee8de 100644 --- a/Changelog.md +++ b/Changelog.md @@ -21,6 +21,13 @@ ### Misc Changes + +## 0.37.2 -- 2024-12-29 + +### New Features + +- [#836]: Add `se::to_utf8_io_writer()` helper compatible with `std::io::Write` and restricted to UTF-8 encoding. + [#836]: https://github.com/tafia/quick-xml/pull/836