File tree 2 files changed +10
-5
lines changed
2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " quick-xml"
3
- version = " 0.37.2 "
3
+ version = " 0.37.3 "
4
4
description = " High performance xml reader and writer"
5
5
edition = " 2021"
6
6
Original file line number Diff line number Diff line change 15
15
16
16
### New Features
17
17
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
-
22
18
### Bug Fixes
23
19
24
20
### Misc Changes
25
21
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
+
26
31
[ #497 ] : https://github.com/tafia/quick-xml/issues/497
27
32
[ #850 ] : https://github.com/tafia/quick-xml/pull/850
28
33
You can’t perform that action at this time.
0 commit comments