Skip to content

v0.2.0

Compare
Choose a tag to compare
@montyly montyly released this 07 May 14:54
· 533 commits to master since this release

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)

Fixed

  • Improve Etherscan support (for Solidity >= 0.8) (#172)
  • Improve Brownie support (#166)