Skip to content

Commit

Permalink
Release 0.37.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mingun committed Oct 27, 2024
1 parent 7799744 commit 3ac75a6
Show file tree
Hide file tree
Showing 2 changed files with 10 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.36.2"
version = "0.37.0"
description = "High performance xml reader and writer"
edition = "2021"

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

### New Features

### Bug Fixes

### Misc Changes


## 0.37.0 -- 2024-10-27

### New Features

- [#826]: Implement `From<String>` and `From<Cow<str>>` for `quick_xml::de::Text`.
- [#826]: Make `SimpleTypeDeserializer` and `SimpleTypeSerializer` public.
- [#826]: Implement `IntoDeserializer` for `&mut Deserializer`.
Expand Down

0 comments on commit 3ac75a6

Please sign in to comment.