Skip to content

v0.40.0

Compare
Choose a tag to compare
@plafer plafer released this 08 May 16:23
· 236 commits to main since this release
v0.40.0
ccd6a97

This release primarily consolidated the modules in the ibc-rs crate, removed many legacy items, and documented every item in the crate. This represents a big step towards v1.0. Very few items changed name; most were just moved to elsewhere in the module tree. Perhaps a good heuristic to fix the breaking changes is the remove the faulty use statements, and have your editor re-import the item.

There were also a few minor validation checks missing, which we added. These were pretty much the last remaining known ones.

There are breaking changes.

📖CHANGELOG