Skip to content

Commit 2f3824a

Browse files
committed
Release 0.36.1
1 parent 21360fe commit 2f3824a

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
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.36.0"
3+
version = "0.36.1"
44
description = "High performance xml reader and writer"
55
edition = "2021"
66

Changelog.md

+8-3
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,18 @@
1515

1616
### New Features
1717

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

2320
### Misc Changes
2421

22+
23+
## 0.36.1 -- 2024-07-23
24+
25+
### New Features
26+
27+
- [#623]: Added `Reader::stream()` that can be used to read arbitrary data
28+
from the inner reader while track position for XML reader.
29+
2530
[#623]: https://github.com/tafia/quick-xml/issues/623
2631

2732

0 commit comments

Comments
 (0)