From 4604ae9ba67f50b8bf5b8e3e9f775a4c81943644 Mon Sep 17 00:00:00 2001 From: "Tony Arcieri (iqlusion)" Date: Fri, 8 Nov 2024 09:43:11 -0700 Subject: [PATCH] cosmos-sdk-proto v0.26.1 (#514) --- Cargo.lock | 2 +- cosmos-sdk-proto/CHANGELOG.md | 8 +++++++- cosmos-sdk-proto/Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 38332d41..d1208727 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -278,7 +278,7 @@ checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa" [[package]] name = "cosmos-sdk-proto" -version = "0.26.0" +version = "0.26.1" dependencies = [ "informalsystems-pbjson", "prost", diff --git a/cosmos-sdk-proto/CHANGELOG.md b/cosmos-sdk-proto/CHANGELOG.md index 877ffa1f..3f604b15 100644 --- a/cosmos-sdk-proto/CHANGELOG.md +++ b/cosmos-sdk-proto/CHANGELOG.md @@ -5,7 +5,13 @@ 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.26.0 (2024-10-24) +## 0.26.1 (2024-11-08) +### Fixed +- Make `serde` feature `no_std` compatible ([#513]) + +[#513]: https://github.com/cosmos/cosmos-rust/pull/513 + +## 0.26.0 (2024-10-24) [YANKED] ### Changed - Bump `tendermint-proto` to v0.40 ([#506]) diff --git a/cosmos-sdk-proto/Cargo.toml b/cosmos-sdk-proto/Cargo.toml index b03e9d92..775f8eaa 100644 --- a/cosmos-sdk-proto/Cargo.toml +++ b/cosmos-sdk-proto/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cosmos-sdk-proto" -version = "0.26.0" +version = "0.26.1" authors = [ "Justin Kilpatrick ", "Greg Szabo ",