Skip to content

Commit

Permalink
Release 0.36.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Mingun committed Jul 23, 2024
1 parent 21360fe commit 2f3824a
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.0"
version = "0.36.1"
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 @@ -15,13 +15,18 @@

### New Features

- [#623]: Added `Reader::stream()` that can be used to read arbitrary data
from the inner reader while track position for XML reader.

### Bug Fixes

### Misc Changes


## 0.36.1 -- 2024-07-23

### New Features

- [#623]: Added `Reader::stream()` that can be used to read arbitrary data
from the inner reader while track position for XML reader.

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


Expand Down

0 comments on commit 2f3824a

Please sign in to comment.