v0.2.0
0.2.0 - 2021-05-07
This release adds the support for multiple compilation units and contains breaking changes required for its support. Additionally, it improves the support for Vyper, Brownie, and Etherscan.
Added
- Add vyper source mapping (#171)
Changed
- Add support for multiple compilation units (#167, #176). See #167 for the breaking changes.
- Use
--force
by default with hardhat (#173) - Use pylint 2.8.2 (#180)