Skip to content

Commit 7f86e57

Browse files
committed
Release 0.34.0
1 parent d71978e commit 7f86e57

File tree

2 files changed

+8
-1
lines changed

2 files changed

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

Changelog.md

+7
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,13 @@
1717

1818
### Bug Fixes
1919

20+
### Misc Changes
21+
22+
23+
## 0.34.0 -- 2024-06-25
24+
25+
### Bug Fixes
26+
2027
- [#751]: Fix internal overflow when read 4GB+ files on 32-bit targets using `Reader<impl BufRead>` readers.
2128

2229
### Misc Changes

0 commit comments

Comments
 (0)