Skip to content

Commit

Permalink
Release v0.28.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Mingun committed Mar 19, 2023
1 parent 5614b9d commit 2e9123a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"

Expand Down
5 changes: 5 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2e9123a

Please sign in to comment.