Skip to content

Release v0.6.0

Latest
Compare
Choose a tag to compare
@DJDuque DJDuque released this 03 May 08:29
· 2 commits to main since this release
5d943e2

What's Changed

  • Clean public API.

To migrate just upgrade midasio in your Cargo.toml and fix all compiler warnings. There isn't any behavior/non-trivial change.
The only things that will probably need manual fixing:

  • FileView::try_from -> FileView::try_from_bytes.
  • BankView::data_slice -> BankView::data.

Full Changelog: v0.5.4...v0.6.0