Skip to content

Ape 0.7.2

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Jan 14:38
· 412 commits to refs/heads/main since this release
d7643f9

Changes

  • refactor: move __getattr__ overload to new mixin and only use where needed @antazoey (#1810)
  • fix: decoding issues that affects tracing features such as coverage @antazoey (#1803)
  • docs: improve error message when geth binary is not found @antazoey (#1809)
  • chore: bump ethpm-types to fixed version @antazoey (#1808)
  • refactor: loosen up the urllib3 version requirement @mikeshultz (#1807)
  • fix: issues with GitHub dependencies when not specifying ref: or version: @antazoey (#1805)
  • fix: ContractInstance deploy error message @antazoey (#1806)
  • fix: use last frame to get locals when launching interactive test console @antazoey (#1804)
  • fix: issue where NotImplementedError was not raised when it was supposed to @antazoey (#1802)

Special thanks to: @antazoey and @mikeshultz