Skip to content

Commit

Permalink
Release 0.35.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mingun committed Jun 29, 2024
1 parent ae9fca6 commit 22b3e45
Show file tree
Hide file tree
Showing 2 changed files with 10 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.34.0"
version = "0.35.0"
description = "High performance xml reader and writer"
edition = "2021"

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

### New Features

### Bug Fixes

### Misc Changes


## 0.35.0 -- 2024-06-29

### New Features

- [#772]: Add `reader::Config::allow_unmatched_ends` to permit dangling end tags

### Bug Fixes
Expand Down

0 comments on commit 22b3e45

Please sign in to comment.