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`.