From 77c809cf1b5ffb2773da65e017dc0185283ea071 Mon Sep 17 00:00:00 2001 From: Volker Mische Date: Mon, 27 Apr 2026 14:13:01 +0200 Subject: [PATCH] chore: prepare v0.11.3 release --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 628cf84..d7e72ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# [v0.11.3](https://github.com/multiformats/rust-cid/compare/v0.11.2...v0.11.3) (2026-04-27) + + +### Bug Fixes + +* remove `no_std_io2` from dep tree ([#187](https://github.com/multiformats/rust-cid/issues/187)) ([8648728](https://github.com/multiformats/rust-cid/commit/864872868adc54e52be761bfe76df6b7efe03d60)) + + # [v0.11.2](https://github.com/multiformats/rust-cid/compare/v0.11.1...v0.11.2) (2026-04-15)