v0.3.0
What's Changed
- Vault standard with subvaults by @SwayStar123 in #28
- Vault standard; SRC-6 by @SwayStar123 in #24
- Fix typo in SRC9 header by @bitzoic in #46
- Reorg Standards Folders and Imports by @bitzoic in #47
Breaking Changes
- Imports have removed the underscore in standard import definitions. For example,
use src_20::*
is nowuse src20::*
anduse src_3::*
is nowuse src3::*
. The same changes should be made in the Forc.toml file.
Full Changelog: v0.2.2...v0.3.0