Skip to content

iocraft-v0.6.0

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Dec 20:29
· 4 commits to main since this release
e98418d

What's Changed

⚠️ This release features a wide-reaching breaking change: Box has been renamed to View in order to avoid conflicts with the Rust standard library's Box type. This will likely impact all users of the library, but generally all that needs to be done in order to migrate to the latest version of iocraft is to replace "Box" with "View".

  • feat!: rename Box to View to avoid conflict by @ccbrown in #56
  • chore: release by @github-actions in #57

Full Changelog: iocraft-v0.5.3...iocraft-v0.6.0