Skip to content

Releases: ApeWorX/ape-solidity

Ape Solidity 0.3.2

21 Jul 16:09
3e0e6f7
Compare
Choose a tag to compare

Changes

  • fix: issue preventing multiple contact types defined in single source @unparalleled-js (#56)
  • fix: install specified solc version when it is not installed @unparalleled-js (#55)
  • chore: remove empty CHANGELOG.md @helloibis (#53)

Special thanks to: @helloibis and @unparalleled-js

Ape Solidity 0.3.1

24 Jun 22:18
ffff92c
Compare
Choose a tag to compare

Changes

  • feat: allow specifying version in ape-config.yaml file @unparalleled-js (#48)

Special thanks to: @unparalleled-js

Ape Solidity 0.3.0

16 Jun 21:47
c613037
Compare
Choose a tag to compare

Changes

  • chore: upgrade ape @unparalleled-js (#47)
  • fix: issue causing unnecessary compilation @unparalleled-js (#44)
  • fix: issue where importing more constrained version causes failure @unparalleled-js (#42)
  • fix: bug where contracts would not compile when first contract had low solidity version and second one used dependencies @unparalleled-js (#41)
  • test: fix test flakiness @unparalleled-js (#39)
  • fix: ape compile source import references @NotPeopling2day (#36)

Special thanks to: @NotPeopling2day and @unparalleled-js

Ape Solidity 0.2.3

12 May 19:55
b006bd1
Compare
Choose a tag to compare

Changes

  • chore: loosen ethpm-types pin @unparalleled-js (#35)

Special thanks to: @unparalleled-js

Ape Solidity 0.2.2

02 May 15:32
e6dbb9e
Compare
Choose a tag to compare

Changes

  • fix: bug preventing compiling contracts with different type than file name @unparalleled-js (#34)

Special thanks to: @unparalleled-js

Ape Solidity 0.2.1

28 Apr 20:18
d5e1969
Compare
Choose a tag to compare

Changes

  • fix: bug preventing compiling multiple versions @unparalleled-js (#33)

Special thanks to: @unparalleled-js

Ape Solidity 0.2.0

22 Apr 09:03
abd1298
Compare
Choose a tag to compare

Changes

Special thanks to: @NotPeopling2day

Ape Solidity 0.1.2

21 Apr 11:21
8cbb0af
Compare
Choose a tag to compare

Changes

  • chore: bump deps @unparalleled-js (#31)

Special thanks to: @unparalleled-js

Ape Solidity 0.1.1

07 Apr 13:37
dd28187
Compare
Choose a tag to compare

Changes

  • fix: issues where remapped paths would override each other @unparalleled-js (#30)

Special thanks to: @unparalleled-js

Ape-Solidity 0.1.0

11 Mar 22:05
f7ee967
Compare
Choose a tag to compare

Changes

  • fix: handle changes from pydantic refactor @unparalleled-js (#24)
  • docs: dependencies update instruction @pandadefi (#28)
  • feat: turn on optimize flag @unparalleled-js (#26)

Special thanks to: @pandadefi and @unparalleled-js