Skip to content

Commit 2cedfe1

Browse files
committed
Release 0.37.3
1 parent 44644b3 commit 2cedfe1

File tree

2 files changed

+10
-5
lines changed

2 files changed

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

Changelog.md

+9-4
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,19 @@
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

0 commit comments

Comments
 (0)