Skip to content

Commit 22b3e45

Browse files
committed
Release 0.35.0
1 parent ae9fca6 commit 22b3e45

File tree

2 files changed

+10
-1
lines changed

2 files changed

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

Changelog.md

+9
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,15 @@
1515

1616
### New Features
1717

18+
### Bug Fixes
19+
20+
### Misc Changes
21+
22+
23+
## 0.35.0 -- 2024-06-29
24+
25+
### New Features
26+
1827
- [#772]: Add `reader::Config::allow_unmatched_ends` to permit dangling end tags
1928

2029
### Bug Fixes

0 commit comments

Comments
 (0)