From 05a09dc560a3a342d3bf6cdecd63381526526c02 Mon Sep 17 00:00:00 2001 From: Romain Ruetschi Date: Wed, 17 Jul 2024 16:16:42 +0200 Subject: [PATCH] chore(rust): Release v0.11.2 (#340) * Bump version to 0.11.2 * Update changelog --- CHANGELOG.md | 6 +----- rust/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 023a0497..1247ac78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -# Unreleased +# 0.11.2 ## Rust @@ -10,16 +10,12 @@ ## Rust -## Full changes - - chore(rust): Update `informalsystems-pbjson` to v0.7.0 ([#274](https://github.com/cosmos/ics23/pull/274)) # 0.11.0 ## 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 1cce47e8..04737875 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.2" [workspace] members = ["codegen", "no-std-check"]