Skip to content

Commit 4f0c394

Browse files
authored
Release ibc-proto v0.27.0 (#67)
1 parent d616b72 commit 4f0c394

File tree

4 files changed

+20
-3
lines changed

4 files changed

+20
-3
lines changed

.changelog/v0.27.0/summary.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
This release updates the `tendermint-proto` crate to v0.30.0.
2+
3+
At the moment, only the Tendermint Protobuf definitions for CometBFT 0.37 are exported
4+
and supported. In the future, side-by-side support for 0.34 and 0.37 definitions may be provided.

CHANGELOG.md

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

3+
## v0.27.0
4+
5+
*March 7th, 2023*
6+
7+
This release updates the `tendermint-proto` crate to v0.30.0.
8+
9+
At the moment, only the Tendermint Protobuf definitions for CometBFT 0.37 are exported
10+
and supported. In the future, side-by-side support for 0.34 and 0.37 definitions may be provided.
11+
12+
### BREAKING CHANGE
13+
14+
- Update `tendermint-proto` to v0.30.0 ([#64](https://github.com/cosmos/ibc-proto-rs/issues/64))
15+
316
## v0.26.0
417

518
*February 17, 2023*
@@ -10,8 +23,8 @@ This release updates tendermint protobuf defintions to `v0.29.0`.
1023

1124
*February 9th, 2023*
1225

13-
This release updates borsh to v0.10.0 and fixes a typo in borsh deserialization of `Any` ([#59](https://github.com/cosmos/ibc-
14-
proto-rs/pull/59)).
26+
This release updates borsh to v0.10.0 and fixes a typo in borsh deserialization of `Any`
27+
([#59](https://github.com/cosmos/ibc-proto-rs/pull/59)).
1528

1629
## v0.24.1
1730

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ibc-proto"
3-
version = "0.26.0"
3+
version = "0.27.0"
44
authors = ["Informal Systems <hello@informal.systems>"]
55
edition = "2021"
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)