Skip to content

Commit

Permalink
Release 0.37.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Mingun committed Nov 17, 2024
1 parent 6c4c766 commit 10177b1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
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.0"
version = "0.37.1"
description = "High performance xml reader and writer"
edition = "2021"

Expand Down
9 changes: 7 additions & 2 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,17 @@

### New Features

- [#831]: Add `BytesCData::escaped()` fn to construct CDATA events from arbitrary user input.

### Bug Fixes

### Misc Changes


## 0.37.1 -- 2024-11-17

### New Features

- [#831]: Add `BytesCData::escaped()` fn to construct CDATA events from arbitrary user input.

[#831]: https://github.com/tafia/quick-xml/issues/831


Expand Down

0 comments on commit 10177b1

Please sign in to comment.