Releases: ApeWorX/ape-solidity
Releases · ApeWorX/ape-solidity
Ape Solidity 0.6.1
Ape Solidity 0.6.0
Ape Solidity 0.5.4
Changes
- fix: dependencies of dependencies fix @unparalleled-js (#86)
Special thanks to: @unparalleled-js
Ape Solidity 0.5.3
Ape Solidity 0.5.2
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
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
Ape Solidity 0.4.2
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
Changes
- fix: import compilation for older solidity compilers @folkyatina (#66)
- chore: relax pin on packaging package @unparalleled-js (#63)
- feat: get compiler settings @sabotagebeats (#64)
- test: compiler data in manifest @sabotagebeats (#61)
- test: use auto-generated solcx install path @helloibis (#59)
- fix: add issue templates @helloibis (#60)
Special thanks to: @folkyatina, @helloibis, @sabotagebeats and @unparalleled-js
Ape Solidity 0.4.0
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