Skip to content

Commit 8c06d9d

Browse files
authored
Release v0.24 (#45)
* update tendermint-rs to 0.28 * bump version to 0.24.0 * changelog * release
1 parent 9bd3577 commit 8c06d9d

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- Update to tendermint-proto 0.28 ([#45](https://github.com/cosmos/ibc-proto-
2+
rs/issues/45))

.changelog/v0.24.0/summary.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
This release updates the Tendermint Protobuf definitons to v0.28.0.

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.24.0
4+
5+
*December 13th, 2022*
6+
7+
This release updates the Tendermint Protobuf definitons to v0.28.0.
8+
9+
### BREAKING CHANGES
10+
11+
- Update to tendermint-proto 0.28 ([#45](https://github.com/cosmos/ibc-proto-
12+
rs/issues/45))
13+
314
## v0.23.0
415

516
*November 29th, 2022*

Cargo.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ibc-proto"
3-
version = "0.23.0"
3+
version = "0.24.0"
44
authors = ["Informal Systems <hello@informal.systems>"]
55
edition = "2021"
66
license = "Apache-2.0"
@@ -9,7 +9,6 @@ readme = "README.md"
99
categories = ["cryptography::cryptocurrencies", "encoding", "no-std"]
1010
keywords = ["blockchain", "cosmos", "tendermint", "ibc", "proto"]
1111
exclude = ["definitions", "tools"]
12-
rust-version = "1.60"
1312
description = """
1413
ibc-proto provides Cosmos SDK & IBC Protocol Buffers definitions
1514
"""
@@ -33,7 +32,7 @@ base64 = { version = "0.13", default-features = false, features = ["alloc"]
3332
flex-error = { version = "0.4.4", default-features = false }
3433

3534
[dependencies.tendermint-proto]
36-
version = "0.27"
35+
version = "0.28"
3736
default-features = false
3837

3938
[features]

0 commit comments

Comments
 (0)