Skip to content

v0.48.0

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Sep 19:32
· 5 commits to main since this release
v0.48.0
47f4e50
ibc-rs v0.48.0

September 5th, 2024

This release updates `tendermint-proto` to v0.39 and now uses
the `google.protobuf.{Duration, Timestamp}` Protobuf messages
exposed by `tendermint-proto` instead of defining and bundling our own.

BREAKING CHANGES:

- Update `tendermint-proto` to v0.39 ([\#227](https://github.com/cosmos/ibc-proto-rs/pull/227))
- Use the `google.protobuf.{Duration, Timestamp}` Protobuf messages
  exposed by `tendermint-proto` instead of defining and bundling our own.
  ([\#226](https://github.com/cosmos/ibc-proto-rs/pull/226))