File tree Expand file tree Collapse file tree 4 files changed +20
-3
lines changed Expand file tree Collapse file tree 4 files changed +20
-3
lines changed File renamed without changes.
Original file line number Diff line number Diff line change
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.
Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
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
+
3
16
## v0.26.0
4
17
5
18
* February 17, 2023*
@@ -10,8 +23,8 @@ This release updates tendermint protobuf defintions to `v0.29.0`.
10
23
11
24
* February 9th, 2023*
12
25
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) ).
15
28
16
29
## v0.24.1
17
30
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " ibc-proto"
3
- version = " 0.26 .0"
3
+ version = " 0.27 .0"
4
4
authors = [" Informal Systems <hello@informal.systems>" ]
5
5
edition = " 2021"
6
6
license = " Apache-2.0"
You can’t perform that action at this time.
0 commit comments