File tree 2 files changed +10
-2
lines changed
2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " quick-xml"
3
- version = " 0.29 .0"
3
+ version = " 0.30 .0"
4
4
description = " High performance xml reader and writer"
5
5
edition = " 2018"
6
6
Original file line number Diff line number Diff line change 12
12
13
13
### New Features
14
14
15
+ ### Bug Fixes
16
+
17
+ ### Misc Changes
18
+
19
+
20
+ ## 0.30.0 -- 2023-07-23
21
+
22
+ ### New Features
23
+
15
24
- [ #609 ] : Added ` Writer::write_serializable ` to provide the capability to serialize
16
25
arbitrary types using serde when using the lower-level ` Writer ` API.
17
26
- [ #615 ] : Added ability to set entity resolver when deserialize using borrowing reader.
23
32
24
33
### Misc Changes
25
34
26
-
27
35
[ #604 ] : https://github.com/tafia/quick-xml/issue/604
28
36
[ #609 ] : https://github.com/tafia/quick-xml/pull/609
29
37
[ #615 ] : https://github.com/tafia/quick-xml/pull/615
You can’t perform that action at this time.
0 commit comments