Skip to content

v0.3.0

Compare
Choose a tag to compare
@bitzoic bitzoic released this 27 Dec 15:42
· 207 commits to master since this release
718d51f

What's Changed

Breaking Changes

  • Imports have removed the underscore in standard import definitions. For example, use src_20::* is now use src20::* and use src_3::* is now use src3::*. The same changes should be made in the Forc.toml file.

Full Changelog: v0.2.2...v0.3.0