Skip to content

Commit 5611c89

Browse files
committed
Release 0.39.2
1 parent b8eba9a commit 5611c89

2 files changed

Lines changed: 10 additions & 4 deletions

File tree

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

Changelog.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,22 @@
1616

1717
### New Features
1818

19+
### Bug Fixes
20+
21+
### Misc Changes
22+
23+
24+
## 0.39.2 -- 2026-02-20
25+
26+
### New Features
27+
1928
- [#483]: Implement `read_text_into()` and `read_text_into_async()`.
2029

2130
### Bug Fixes
2231

2332
- [#939]: Fix parsing error of the tag from buffered reader, when the first byte `<`
2433
is the last in the `BufRead` internal buffer. This is the regression from [#936].
2534

26-
27-
### Misc Changes
28-
2935
[#483]: https://github.com/tafia/quick-xml/issues/483
3036
[#936]: https://github.com/tafia/quick-xml/pull/936
3137
[#939]: https://github.com/tafia/quick-xml/issues/939

0 commit comments

Comments
 (0)