We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21360fe commit 2f3824aCopy full SHA for 2f3824a
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "quick-xml"
3
-version = "0.36.0"
+version = "0.36.1"
4
description = "High performance xml reader and writer"
5
edition = "2021"
6
Changelog.md
@@ -15,13 +15,18 @@
15
16
### New Features
17
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
-
21
### Bug Fixes
22
23
### Misc Changes
24
+
+## 0.36.1 -- 2024-07-23
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
30
[#623]: https://github.com/tafia/quick-xml/issues/623
31
32
0 commit comments