We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1908e6 commit f63910dCopy full SHA for f63910d
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "quick-xml"
3
-version = "0.26.0"
+version = "0.27.0"
4
description = "High performance xml reader and writer"
5
edition = "2018"
6
Changelog.md
@@ -12,6 +12,14 @@
12
13
### New Features
14
15
+### Bug Fixes
16
+
17
+### Misc Changes
18
19
+## 0.27.0 -- 2022-12-25
20
21
+### New Features
22
23
- [#521]: Implement `Clone` for all error types. This required changing `Error::Io` to contain
24
`Arc<std::io::Error>` instead of `std::io::Error` since `std::io::Error` does not implement
25
`Clone`.
0 commit comments