From 5ca91f2f74d71e05264c89d4617930c708b774c2 Mon Sep 17 00:00:00 2001 From: Farhad Shabani Date: Fri, 8 Nov 2024 11:43:19 -0800 Subject: [PATCH] Release v0.51.1 (#255) * chore: prepare changelog and summary * chore: bump version in Cargo.toml * deps: update cosmos-sdk-proto --- .../252-enable-tendermint-proto-json-schema.md | 0 .changelog/v0.51.1/summary.md | 3 +++ CHANGELOG.md | 11 +++++++++++ Cargo.toml | 4 ++-- 4 files changed, 16 insertions(+), 2 deletions(-) rename .changelog/{unreleased => v0.51.1}/bug-fixes/252-enable-tendermint-proto-json-schema.md (100%) create mode 100644 .changelog/v0.51.1/summary.md diff --git a/.changelog/unreleased/bug-fixes/252-enable-tendermint-proto-json-schema.md b/.changelog/v0.51.1/bug-fixes/252-enable-tendermint-proto-json-schema.md similarity index 100% rename from .changelog/unreleased/bug-fixes/252-enable-tendermint-proto-json-schema.md rename to .changelog/v0.51.1/bug-fixes/252-enable-tendermint-proto-json-schema.md diff --git a/.changelog/v0.51.1/summary.md b/.changelog/v0.51.1/summary.md new file mode 100644 index 00000000..386d40de --- /dev/null +++ b/.changelog/v0.51.1/summary.md @@ -0,0 +1,3 @@ +*November 8th, 2024* + +This patch release enables the `json-schema` feature for the `tendermint-proto` dependency. diff --git a/CHANGELOG.md b/CHANGELOG.md index 47e30bae..fd0c862c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # CHANGELOG +## v0.51.1 + +*November 8th, 2024* + +This patch release enables the `json-schema` feature for the `tendermint-proto` dependency. + +### BUG FIXES + +- Enable `json-schema` for `tendermint-proto` dependency. + ([\#252](https://github.com/cosmos/ibc-proto-rs/issues/252)) + ## v0.51.0 *October 24th, 2024* diff --git a/Cargo.toml b/Cargo.toml index 6ed8806e..9f9189be 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ibc-proto" -version = "0.51.0" +version = "0.51.1" authors = ["Informal Systems "] edition = "2021" license = "Apache-2.0" @@ -44,7 +44,7 @@ version = "0.40.0" default-features = false [dependencies.cosmos-sdk-proto] -version = "0.26.0" +version = "0.26.1" default-features = false [dev-dependencies]