diff --git a/Cargo.toml b/Cargo.toml index 6bd2f36b..621d3be2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "quick-xml" -version = "0.28.0" +version = "0.28.1" description = "High performance xml reader and writer" edition = "2018" diff --git a/Changelog.md b/Changelog.md index 66be8f64..c068a87e 100644 --- a/Changelog.md +++ b/Changelog.md @@ -16,6 +16,11 @@ ### Misc Changes + +## 0.28.1 -- 2023-03-19 + +### Misc Changes + - [#579]: `ElementWriter.write_inner_content` now uses a `FnOnce` instead of a more restrictive `Fn` closure [#579]: https://github.com/tafia/quick-xml/pull/579