From 79097e3c71ae469a101b4828457792bcf8be7f5f Mon Sep 17 00:00:00 2001 From: Vlad Frolov Date: Wed, 22 Mar 2023 20:06:35 +0100 Subject: [PATCH] release: Prepare for 0.10.3 release --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 24bebf355..d88f98c96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.10.3] - 2022-03-22 + +- Add optional bytes/bytesmut support + ## [0.10.2] - 2022-02-14 - Prevent unbound allocation for vectors on deserialization diff --git a/Cargo.toml b/Cargo.toml index a241e382b..d35274f34 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.2" +version = "0.10.3" exclude = [ "fuzz/*", "benchmarks" ]