We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5614b9d commit 2e9123aCopy full SHA for 2e9123a
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "quick-xml"
3
-version = "0.28.0"
+version = "0.28.1"
4
description = "High performance xml reader and writer"
5
edition = "2018"
6
Changelog.md
@@ -16,6 +16,11 @@
16
17
### Misc Changes
18
19
+
20
+## 0.28.1 -- 2023-03-19
21
22
+### Misc Changes
23
24
- [#579]: `ElementWriter.write_inner_content` now uses a `FnOnce` instead of a more restrictive `Fn` closure
25
26
[#579]: https://github.com/tafia/quick-xml/pull/579
0 commit comments