From d7cc4a50d8720007f47f0392a1ea9d46cfc53e24 Mon Sep 17 00:00:00 2001 From: Romain Ruetschi Date: Wed, 17 Jul 2024 18:00:27 +0200 Subject: [PATCH] chore(rust): Release v0.12.0 (#338) * chore(rust): Bump Rust version to v0.12.0 * chore(rust): Update changelog * fix(rust): Enforce that `spec.InnerSpec.ChildSize` is >= 1 (#339) * Enforce that the spec.InnerSpec.ChildSize is >= 1 * Add changelog entry --------- Co-authored-by: Romain Ruetschi * chore(rust): Release v0.11.3 (#340) (#341) * Bump version to 0.11.3 * Update changelog --------- Co-authored-by: Chris Czub --- CHANGELOG.md | 14 +++++++++++++- rust/Cargo.toml | 2 +- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1247ac78..e33653a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,23 @@ # Changelog -# 0.11.2 +# 0.12.0 + +## Rust + +- chore(rust): Update `prost` to v0.13 ([#335](https://github.com/cosmos/ics23/pull/335), [#336](https://github.com/cosmos/ics23/pull/336)) + +# 0.11.3 ## Rust - fix(rust): Enforce that `spec.InnerSpec.ChildSize` is >= 1 ([#339](https://github.com/cosmos/ics23/pull/339)) +# 0.11.2 + +## Rust + +This release was yanked, please use v0.11.3 instead. + # 0.11.1 ## Rust diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 04737875..512d2608 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.2" +version = "0.12.0" [workspace] members = ["codegen", "no-std-check"]