From 2e9123a5435683e1b2cffb0de547f972b383bbd3 Mon Sep 17 00:00:00 2001 From: Mingun Date: Sun, 19 Mar 2023 18:30:25 +0500 Subject: [PATCH] Release v0.28.1 --- Cargo.toml | 2 +- Changelog.md | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) 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