From 7a0c9a1ff4ee0fcb8d44388132686efb02da5c8b Mon Sep 17 00:00:00 2001 From: Volker Mische Date: Fri, 23 Feb 2024 15:45:36 +0100 Subject: [PATCH] chore: prepare v0.11.1 release With this new release it's possible to specify `serde` instead of `serde-codec` as feature. --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c3db2b4..c784e26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# [v0.11.1](https://github.com/multiformats/rust-cid/compare/v0.11.0...v0.11.1) (2024-02-23) + + +### Bug Fixes + +* wrong serde-codec feature gate ([#156](https://github.com/multiformats/rust-cid/issues/156)) ([9699963](https://github.com/multiformats/rust-cid/commit/96999637942c4bd4c1d69fa2a8fcfb8c225ff27c)) + + # [v0.11.0](https://github.com/multiformats/rust-cid/compare/v0.10.1...v0.11.0) (2023-11-14)