Skip to content

Commit

Permalink
Release 0.36.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mingun committed Jul 8, 2024
1 parent 959eb55 commit 10ddcb7
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.35.0"
version = "0.36.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.36.0 -- 2024-07-08

### Bug Fixes

- [#781]: Fix conditions to start CDATA section. Only uppercase `<![CDATA[` can start it.
Previously any case was allowed.
- [#780]: Fixed incorrect `.error_position()` when encountering syntax error for open or self-closed tag.
Expand Down

0 comments on commit 10ddcb7

Please sign in to comment.