Skip to content

Commit

Permalink
Release 0.37.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Mingun committed Dec 29, 2024
1 parent 9ad2010 commit 52169ca
Show file tree
Hide file tree
Showing 2 changed files with 8 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.37.1"
version = "0.37.2"
description = "High performance xml reader and writer"
edition = "2021"

Expand Down
7 changes: 7 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@

### Misc Changes


## 0.37.2 -- 2024-12-29

### New Features

- [#836]: Add `se::to_utf8_io_writer()` helper compatible with `std::io::Write` and restricted to UTF-8 encoding.

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


Expand Down

0 comments on commit 52169ca

Please sign in to comment.