diff --git a/Cargo.toml b/Cargo.toml index 91cfd2f6..48d71687 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "quick-xml" -version = "0.23.0" +version = "0.24.0" description = "High performance xml reader and writer" edition = "2018" diff --git a/Changelog.md b/Changelog.md index 47d1b668..36db39d9 100644 --- a/Changelog.md +++ b/Changelog.md @@ -12,6 +12,14 @@ ### New Features +### Bug Fixes + +### Misc Changes + +## 0.24.0 -- 2022-08-28 + +### New Features + - [#387]: Allow overlapping between elements of sequence and other elements (using new feature `overlapped-lists`) - [#393]: New module `name` with `QName`, `LocalName`, `Namespace`, `Prefix`