File tree Expand file tree Collapse file tree 2 files changed +10
-5
lines changed
Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " quick-xml"
3- version = " 0.37.2 "
3+ version = " 0.37.3 "
44description = " High performance xml reader and writer"
55edition = " 2021"
66
Original file line number Diff line number Diff line change 1515
1616### New Features
1717
18- - [ #850 ] : Add ` Attribute::as_bool() ` method to get an attribute value as a boolean.
19- - [ #850 ] : Add ` Attributes::has_nil() ` method to check if attributes has ` xsi:nil ` attribute set to ` true ` .
20- - [ #497 ] : Handle ` xsi:nil ` attribute in serde Deserializer to better process optional fields.
21-
2218### Bug Fixes
2319
2420### Misc Changes
2521
22+
23+ ## 0.37.3 -- 2025-03-25
24+
25+ ### New Features
26+
27+ - [ #850 ] : Add ` Attribute::as_bool() ` method to get an attribute value as a boolean.
28+ - [ #850 ] : Add ` Attributes::has_nil() ` method to check if attributes has ` xsi:nil ` attribute set to ` true ` .
29+ - [ #497 ] : Handle ` xsi:nil ` attribute in serde Deserializer to better process optional fields.
30+
2631[ #497 ] : https://github.com/tafia/quick-xml/issues/497
2732[ #850 ] : https://github.com/tafia/quick-xml/pull/850
2833
You can’t perform that action at this time.
0 commit comments