From 83f91d64dbc0f63e18c4d3acb7269a8be6933c94 Mon Sep 17 00:00:00 2001 From: Vlad Frolov Date: Wed, 8 Feb 2023 20:16:55 +0100 Subject: [PATCH] release: Prepare for 0.10.1 release (#126) --- CHANGELOG.md | 3 +++ Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b18ea148e..eb19f12c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.10.1] - 2022-02-08 + - Implemented (de)ser for `core::ops::range` +- Introduce de::EnumExt trait with deserialize_variant method ## [0.10.0] - 2023-01-19 diff --git a/Cargo.toml b/Cargo.toml index 1bce0dfa4..2e695d665 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,5 +10,5 @@ members = [ [workspace.metadata.workspaces] # shared version of all public crates in the workspace -version = "0.10.0" +version = "0.10.1" exclude = [ "fuzz/*", "benchmarks" ]