From 10177b11f4e5f623f62237f8443359c3ec35fab4 Mon Sep 17 00:00:00 2001 From: Mingun Date: Mon, 18 Nov 2024 01:22:40 +0500 Subject: [PATCH] Release 0.37.1 --- Cargo.toml | 2 +- Changelog.md | 9 +++++++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 62cd5c55..e67a9c54 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "quick-xml" -version = "0.37.0" +version = "0.37.1" description = "High performance xml reader and writer" edition = "2021" diff --git a/Changelog.md b/Changelog.md index 3674ba4a..4b607d0f 100644 --- a/Changelog.md +++ b/Changelog.md @@ -15,12 +15,17 @@ ### New Features -- [#831]: Add `BytesCData::escaped()` fn to construct CDATA events from arbitrary user input. - ### Bug Fixes ### Misc Changes + +## 0.37.1 -- 2024-11-17 + +### New Features + +- [#831]: Add `BytesCData::escaped()` fn to construct CDATA events from arbitrary user input. + [#831]: https://github.com/tafia/quick-xml/issues/831