Skip to content

Commit

Permalink
Release v0.51.1 (#255)
Browse files Browse the repository at this point in the history
* chore: prepare changelog and summary

* chore: bump version in Cargo.toml

* deps: update cosmos-sdk-proto
  • Loading branch information
Farhad-Shabani authored Nov 8, 2024
1 parent cb542e0 commit 5ca91f2
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .changelog/v0.51.1/summary.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
*November 8th, 2024*

This patch release enables the `json-schema` feature for the `tendermint-proto` dependency.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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*
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ibc-proto"
version = "0.51.0"
version = "0.51.1"
authors = ["Informal Systems <hello@informal.systems>"]
edition = "2021"
license = "Apache-2.0"
Expand Down Expand Up @@ -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]
Expand Down

0 comments on commit 5ca91f2

Please sign in to comment.