Skip to content

Commit

Permalink
Release 0.36.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Mingun committed Sep 20, 2024
1 parent d95d9ee commit ccb8b6f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
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.36.1"
version = "0.36.2"
description = "High performance xml reader and writer"
edition = "2021"

Expand Down
11 changes: 8 additions & 3 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,16 @@

### Bug Fixes

- [#533]: Fix incorrect DocType closing bracket detection when parsing with buffered reader

### Misc Changes

[#623]: https://github.com/tafia/quick-xml/issues/533

## 0.36.2 -- 2024-09-20

### Bug Fixes

- [#533]: Fix incorrect DocType closing bracket detection when parsing with buffered reader

[#533]: https://github.com/tafia/quick-xml/issues/533


## 0.36.1 -- 2024-07-23
Expand Down

0 comments on commit ccb8b6f

Please sign in to comment.