ibc-proto-rs v0.38.0
October 19th, 2023
This release contains a breaking change, where the `Protobuf` trait is not
object-safe any longer, but rather re-exported from the `tendermint-proto` crate.
It also updates the Interchain Security protos to include misbehaviour-related messages.
BREAKING CHANGES:
- Switch from using object safe `Protobuf` definitions and re-export
`Protobuf` from `tendermint-proto` crate` instead.
(https://github.com/cosmos/ibc-proto-rs/issues/116)
FEATURES:
- Update CCV provider protos to include misbehaviour-related messages
(https://github.com/cosmos/ibc-proto-rs/issues/113)