Skip to content

Commit 5ca91f2

Browse files
Release v0.51.1 (#255)
* chore: prepare changelog and summary * chore: bump version in Cargo.toml * deps: update cosmos-sdk-proto
1 parent cb542e0 commit 5ca91f2

File tree

4 files changed

+16
-2
lines changed

4 files changed

+16
-2
lines changed

.changelog/v0.51.1/summary.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
*November 8th, 2024*
2+
3+
This patch release enables the `json-schema` feature for the `tendermint-proto` dependency.

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# CHANGELOG
22

3+
## v0.51.1
4+
5+
*November 8th, 2024*
6+
7+
This patch release enables the `json-schema` feature for the `tendermint-proto` dependency.
8+
9+
### BUG FIXES
10+
11+
- Enable `json-schema` for `tendermint-proto` dependency.
12+
([\#252](https://github.com/cosmos/ibc-proto-rs/issues/252))
13+
314
## v0.51.0
415

516
*October 24th, 2024*

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ibc-proto"
3-
version = "0.51.0"
3+
version = "0.51.1"
44
authors = ["Informal Systems <hello@informal.systems>"]
55
edition = "2021"
66
license = "Apache-2.0"
@@ -44,7 +44,7 @@ version = "0.40.0"
4444
default-features = false
4545

4646
[dependencies.cosmos-sdk-proto]
47-
version = "0.26.0"
47+
version = "0.26.1"
4848
default-features = false
4949

5050
[dev-dependencies]

0 commit comments

Comments
 (0)