Skip to content

Commit 3ac75a6

Browse files
committedOct 27, 2024·
Release 0.37.0
1 parent 7799744 commit 3ac75a6

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-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.36.2"
3+
version = "0.37.0"
44
description = "High performance xml reader and writer"
55
edition = "2021"
66

‎Changelog.md

+9
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,15 @@
1515

1616
### New Features
1717

18+
### Bug Fixes
19+
20+
### Misc Changes
21+
22+
23+
## 0.37.0 -- 2024-10-27
24+
25+
### New Features
26+
1827
- [#826]: Implement `From<String>` and `From<Cow<str>>` for `quick_xml::de::Text`.
1928
- [#826]: Make `SimpleTypeDeserializer` and `SimpleTypeSerializer` public.
2029
- [#826]: Implement `IntoDeserializer` for `&mut Deserializer`.

0 commit comments

Comments
 (0)
Please sign in to comment.