Skip to content

Releases: ApeWorX/ape-solidity

Ape Solidity 0.6.1

15 Mar 19:51
2fb2e6a
Compare
Choose a tag to compare

Changes

  • feat: adhoc library linking support @unparalleled-js (#89)
  • feat: add sourcemap to ContractType output @unparalleled-js (#88)

Special thanks to: @unparalleled-js

Ape Solidity 0.6.0

31 Jan 19:52
6bede23
Compare
Choose a tag to compare

Changes

  • chore: 0.6 @unparalleled-js (#87)

Special thanks to: @unparalleled-js

Ape Solidity 0.5.4

05 Jan 16:08
7c85902
Compare
Choose a tag to compare

Changes

  • fix: dependencies of dependencies fix @unparalleled-js (#86)

Special thanks to: @unparalleled-js

Ape Solidity 0.5.3

13 Dec 22:35
b81a8ef
Compare
Choose a tag to compare

Changes

  • test: ensure dependencies that don't fully compile are usable @unparalleled-js (#84)
  • fix: issue when contracts folder contained sub-directories with .sol in name @unparalleled-js (#82)
  • fix: sort remappings in compiler settings @unparalleled-js (#81)

Special thanks to: @unparalleled-js

Ape Solidity 0.5.2

17 Nov 16:01
80407f5
Compare
Choose a tag to compare

Changes

  • feat: support specifying evm_version @unparalleled-js (#74)
  • fix: issue with multi-line import statements @unparalleled-js (#80)
  • fix: issue where remappings in compiler settings were not JSON compliant @unparalleled-js (#79)
  • fix: pin mypy to 0.982 @helloibis (#78)

Special thanks to: @helloibis and @unparalleled-js

Ape Solidity 0.5.1

22 Sep 15:14
dec29e7
Compare
Choose a tag to compare

Changes

  • fix: issue where could not force re-compile projects with import remappings @unparalleled-js (#76)

Special thanks to: @unparalleled-js

Ape Solidity 0.5.0

09 Sep 13:13
b49909d
Compare
Choose a tag to compare

Changes

  • chore: bump ape @unparalleled-js (#75)

Special thanks to: @unparalleled-js

Ape Solidity 0.4.2

31 Aug 15:36
f0c3df9
Compare
Choose a tag to compare

Changes

  • fix: include version commit hash in Version instances where applicable @unparalleled-js (#71)
  • fix: bug where compiler errored in projects with Vyper files @unparalleled-js (#73)
  • fix: issue where sometimes showed unused import remappings in settings @unparalleled-js (#72)
  • refactor: make settings like settings schema from solidity input JSON @unparalleled-js (#68)

Special thanks to: @unparalleled-js

Ape Solidity 0.4.1

19 Aug 17:53
69ebc70
Compare
Choose a tag to compare

Changes

Special thanks to: @folkyatina, @helloibis, @sabotagebeats and @unparalleled-js

Ape Solidity 0.4.0

27 Jul 21:12
e9dc327
Compare
Choose a tag to compare

Changes

  • chore: bump ape to 0.4 @unparalleled-js (#58)
  • fix: install latest solc if no pragma-specs found @helloibis (#52)

Special thanks to: @helloibis and @unparalleled-js