Skip to content

Commit

Permalink
Release 0.34.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mingun committed Jun 24, 2024
1 parent d71978e commit 7f86e57
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "quick-xml"
version = "0.33.0"
version = "0.34.0"
description = "High performance xml reader and writer"
edition = "2021"

Expand Down
7 changes: 7 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@

### Bug Fixes

### Misc Changes


## 0.34.0 -- 2024-06-25

### Bug Fixes

- [#751]: Fix internal overflow when read 4GB+ files on 32-bit targets using `Reader<impl BufRead>` readers.

### Misc Changes
Expand Down

0 comments on commit 7f86e57

Please sign in to comment.