Skip to content

Latest commit

 

History

History
72 lines (41 loc) · 1.84 KB

CHANGELOG.md

File metadata and controls

72 lines (41 loc) · 1.84 KB

CHANGELOG

v0.26.0

February 17, 2023

This release updates tendermint protobuf defintions to v0.29.0.

v0.25.0

February 9th, 2023

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

v0.24.1

January 10th, 2023

This release adds parity-scale-codec and borsh serialize/deserialize for the Any type.

FEATURES

v0.24.0

December 13th, 2022

This release updates the Tendermint Protobuf definitons to v0.28.0.

BREAKING CHANGES

  • Update to tendermint-proto 0.28 (#45)

v0.23.0

November 29th, 2022

This release updates the Tendermint Protobuf definitons to v0.27.0.

BREAKING CHANGES

  • Update to tendermint-proto 0.27 (#40)

v0.22.0

November 9, 2022

This release updates the Cosmos SDK protobufs to v0.46.4.

BREAKING CHANGES

  • Update tendermint-rs libraries to v0.26 (#33)
  • Update protobufs for Cosmos SDK to v0.46.4
    • Adds the module_account_by_name method to the Query trait (#2776)

v0.21.0

October 19, 2022

This is the first release of ibc-proto with its own changelog. For past releases, please check the Hermes changelog.

BREAKING CHANGES

  • Update protos to IBC-Go v5.0.0 and Cosmos SDK v0.46.1 (#24)
  • Update tendermint-proto requirement from =0.23.9 to =0.25.0 (#26)