Skip to content

Commit f63910d

Browse files
committed
Release 0.27.0
1 parent d1908e6 commit f63910d

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
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.26.0"
3+
version = "0.27.0"
44
description = "High performance xml reader and writer"
55
edition = "2018"
66

Changelog.md

+8
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,14 @@
1212

1313
### New Features
1414

15+
### Bug Fixes
16+
17+
### Misc Changes
18+
19+
## 0.27.0 -- 2022-12-25
20+
21+
### New Features
22+
1523
- [#521]: Implement `Clone` for all error types. This required changing `Error::Io` to contain
1624
`Arc<std::io::Error>` instead of `std::io::Error` since `std::io::Error` does not implement
1725
`Clone`.

0 commit comments

Comments
 (0)