From 4320bb3551447aa437dd5aaf5b2b9009209c344b Mon Sep 17 00:00:00 2001 From: "Tony Arcieri (iqlusion)" Date: Thu, 6 Feb 2025 16:47:20 -0700 Subject: [PATCH] cosmrs v0.21.1 (#517) --- Cargo.lock | 2 +- cosmrs/CHANGELOG.md | 6 ++++++ cosmrs/Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d1208727..d525bb95 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -289,7 +289,7 @@ dependencies = [ [[package]] name = "cosmrs" -version = "0.21.0" +version = "0.21.1" dependencies = [ "bip32", "cosmos-sdk-proto", diff --git a/cosmrs/CHANGELOG.md b/cosmrs/CHANGELOG.md index c1426af4..ee05a833 100644 --- a/cosmrs/CHANGELOG.md +++ b/cosmrs/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 0.21.1 (2025-02-06) +### Fixed +- `BodyBuilder` non-critical extension add ([#516]) + +[#516]: https://github.com/cosmos/cosmos-rust/pull/516 + ## 0.21.0 (2024-10-24) ### Changed - Bump tendermint-rs to v0.40 ([#506]) diff --git a/cosmrs/Cargo.toml b/cosmrs/Cargo.toml index ad1e1519..dca02ad4 100644 --- a/cosmrs/Cargo.toml +++ b/cosmrs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cosmrs" -version = "0.21.0" +version = "0.21.1" authors = ["Tony Arcieri "] license = "Apache-2.0" repository = "https://github.com/cosmos/cosmos-rust/tree/main/cosmrs"