Skip to content

Commit 2e9123a

Browse files
committed
Release v0.28.1
1 parent 5614b9d commit 2e9123a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "quick-xml"
3-
version = "0.28.0"
3+
version = "0.28.1"
44
description = "High performance xml reader and writer"
55
edition = "2018"
66

Changelog.md

+5
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@
1616

1717
### Misc Changes
1818

19+
20+
## 0.28.1 -- 2023-03-19
21+
22+
### Misc Changes
23+
1924
- [#579]: `ElementWriter.write_inner_content` now uses a `FnOnce` instead of a more restrictive `Fn` closure
2025

2126
[#579]: https://github.com/tafia/quick-xml/pull/579

0 commit comments

Comments
 (0)