From 120e074f18d83c686aa2e086200277e29433e311 Mon Sep 17 00:00:00 2001 From: Mingun Date: Sun, 22 Oct 2023 10:53:12 +0500 Subject: [PATCH] Release 0.31.0 --- Cargo.toml | 2 +- Changelog.md | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 73a9a9f8..b8299b91 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "quick-xml" -version = "0.30.0" +version = "0.31.0" description = "High performance xml reader and writer" edition = "2021" diff --git a/Changelog.md b/Changelog.md index f2eb68b8..f416a712 100644 --- a/Changelog.md +++ b/Changelog.md @@ -10,6 +10,15 @@ ## Unreleased +### New Features + +### Bug Fixes + +### Misc Changes + + +## 0.31.0 -- 2023-10-22 + MSRV bumped to 1.56! Crate now uses Rust 2021 edition. Enum representation was changed (it was buggy anyway) to ensure compatibility with