diff --git a/Cargo.toml b/Cargo.toml index bc6b9d56..870bb650 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "quick-xml" -version = "0.32.0" +version = "0.33.0" description = "High performance xml reader and writer" edition = "2021" diff --git a/Changelog.md b/Changelog.md index 49a7edb6..e022b44f 100644 --- a/Changelog.md +++ b/Changelog.md @@ -15,6 +15,15 @@ ### New Features +### Bug Fixes + +### Misc Changes + + +## 0.33.0 -- 2024-06-21 + +### New Features + - [#758]: Implemented `From` for `BytesStart` and `BytesEnd`. ### Bug Fixes