From c3539e0e34ccf65f27bb8167089c5bda3fe346a7 Mon Sep 17 00:00:00 2001 From: Anders429 Date: Tue, 16 May 2023 18:07:36 -0700 Subject: [PATCH] Prepare to release version 0.5.0. --- CHANGELOG.md | 2 ++ Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bdd32c..d2a9251 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Changelog ## Unreleased + +## 0.5.0 - 2023-05-16 ### Added - `Deserializer` can now be configured to allow (or disallow) zero-copy deserialization. diff --git a/Cargo.toml b/Cargo.toml index e7dfab1..a13159d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "serde_assert" -version = "0.4.0" +version = "0.5.0" authors = ["Anders Evensen"] edition = "2021" rust-version = "1.61.0"