Skip to content

Commit

Permalink
Release 0.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mingun committed Dec 25, 2022
1 parent d1908e6 commit f63910d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "quick-xml"
version = "0.26.0"
version = "0.27.0"
description = "High performance xml reader and writer"
edition = "2018"

Expand Down
8 changes: 8 additions & 0 deletions Changelog.md
Expand Up @@ -12,6 +12,14 @@

### New Features

### Bug Fixes

### Misc Changes

## 0.27.0 -- 2022-12-25

### New Features

- [#521]: Implement `Clone` for all error types. This required changing `Error::Io` to contain
`Arc<std::io::Error>` instead of `std::io::Error` since `std::io::Error` does not implement
`Clone`.
Expand Down

0 comments on commit f63910d

Please sign in to comment.