Skip to content

Commit 655691c

Browse files
committed
Release 0.38.3
1 parent e7fa0ce commit 655691c

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "quick-xml"
3-
version = "0.38.2"
3+
version = "0.38.3"
44
description = "High performance xml reader and writer"
55
edition = "2021"
66

Changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,13 @@
1818

1919
### Bug Fixes
2020

21+
### Misc Changes
22+
23+
24+
## 0.38.3 -- 2025-08-24
25+
26+
### Bug Fixes
27+
2128
- [#895]: Fix incorrect normalization of `\rX` EOL sequences where `X` is a char which is
2229
UTF-8 encoded as [c2 xx], except [c2 85].
2330

0 commit comments

Comments
 (0)