Skip to content

Commit 10ddcb7

Browse files
committed
Release 0.36.0
1 parent 959eb55 commit 10ddcb7

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.35.0"
3+
version = "0.36.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.36.0 -- 2024-07-08
24+
25+
### Bug Fixes
26+
2027
- [#781]: Fix conditions to start CDATA section. Only uppercase `<![CDATA[` can start it.
2128
Previously any case was allowed.
2229
- [#780]: Fixed incorrect `.error_position()` when encountering syntax error for open or self-closed tag.

0 commit comments

Comments
 (0)