Skip to content

Commit 120e074

Browse files
committed
Release 0.31.0
1 parent 440e8fe commit 120e074

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "quick-xml"
3-
version = "0.30.0"
3+
version = "0.31.0"
44
description = "High performance xml reader and writer"
55
edition = "2021"
66

Changelog.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,15 @@
1010

1111
## Unreleased
1212

13+
### New Features
14+
15+
### Bug Fixes
16+
17+
### Misc Changes
18+
19+
20+
## 0.31.0 -- 2023-10-22
21+
1322
MSRV bumped to 1.56! Crate now uses Rust 2021 edition.
1423

1524
Enum representation was changed (it was buggy anyway) to ensure compatibility with

0 commit comments

Comments
 (0)