From 3ac75a61b37ac96c0319cf7ac0d327d334799dff Mon Sep 17 00:00:00 2001 From: Mingun Date: Mon, 28 Oct 2024 02:30:54 +0500 Subject: [PATCH] Release 0.37.0 --- Cargo.toml | 2 +- Changelog.md | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a45aa27c..62cd5c55 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "quick-xml" -version = "0.36.2" +version = "0.37.0" description = "High performance xml reader and writer" edition = "2021" diff --git a/Changelog.md b/Changelog.md index bd2df2e0..e096aab2 100644 --- a/Changelog.md +++ b/Changelog.md @@ -15,6 +15,15 @@ ### New Features +### Bug Fixes + +### Misc Changes + + +## 0.37.0 -- 2024-10-27 + +### New Features + - [#826]: Implement `From` and `From>` for `quick_xml::de::Text`. - [#826]: Make `SimpleTypeDeserializer` and `SimpleTypeSerializer` public. - [#826]: Implement `IntoDeserializer` for `&mut Deserializer`.