From dfd763e6833c21a1391da2de072f7fab1b657301 Mon Sep 17 00:00:00 2001 From: Romain Ruetschi Date: Wed, 17 Jul 2024 17:53:50 +0200 Subject: [PATCH] chore(rust): Release v0.11.3 (#340) (#341) * Bump version to 0.11.3 * Update changelog --- CHANGELOG.md | 12 +++++++----- rust/Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 023a0497..ca6bc2cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,20 @@ # Changelog -# Unreleased +# 0.11.3 ## Rust - fix(rust): Enforce that `spec.InnerSpec.ChildSize` is >= 1 ([#339](https://github.com/cosmos/ics23/pull/339)) -# 0.11.1 +# 0.11.2 ## Rust -## Full changes +This release was yanked, please use v0.11.3 instead. + +# 0.11.1 + +## Rust - chore(rust): Update `informalsystems-pbjson` to v0.7.0 ([#274](https://github.com/cosmos/ics23/pull/274)) @@ -18,8 +22,6 @@ ## Rust -## Full changes - - chore(rust): update `prost` to v0.12 ([#202](https://github.com/cosmos/ics23/pull/202)) # 0.10.2 diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 4def08fa..eb254ee0 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -7,7 +7,7 @@ license = "Apache-2.0" name = "ics23" repository = "https://github.com/cosmos/ics23/tree/master/rust" rust-version = "1.60" -version = "0.11.1" +version = "0.11.3" [workspace] members = ["codegen", "no-std-check"]