From ccb8b6f997f222955b1e19cb8eac9f5e215b675a Mon Sep 17 00:00:00 2001 From: Mingun Date: Fri, 20 Sep 2024 22:03:13 +0500 Subject: [PATCH] Release 0.36.2 --- Cargo.toml | 2 +- Changelog.md | 11 ++++++++--- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2c00c4e8..d512c9ee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "quick-xml" -version = "0.36.1" +version = "0.36.2" description = "High performance xml reader and writer" edition = "2021" diff --git a/Changelog.md b/Changelog.md index 3a16a166..f2528b0c 100644 --- a/Changelog.md +++ b/Changelog.md @@ -17,11 +17,16 @@ ### Bug Fixes -- [#533]: Fix incorrect DocType closing bracket detection when parsing with buffered reader - ### Misc Changes -[#623]: https://github.com/tafia/quick-xml/issues/533 + +## 0.36.2 -- 2024-09-20 + +### Bug Fixes + +- [#533]: Fix incorrect DocType closing bracket detection when parsing with buffered reader + +[#533]: https://github.com/tafia/quick-xml/issues/533 ## 0.36.1 -- 2024-07-23