Releases: ApeWorX/ape-solidity
Releases · ApeWorX/ape-solidity
Ape Solidity 0.3.2
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
Changes
- feat: allow specifying version in ape-config.yaml file @unparalleled-js (#48)
Special thanks to: @unparalleled-js
Ape Solidity 0.3.0
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
Ape Solidity 0.2.2
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
Changes
- fix: bug preventing compiling multiple versions @unparalleled-js (#33)
Special thanks to: @unparalleled-js
Ape Solidity 0.2.0
Changes
- chore: plugin version alignment 0.2.0 @NotPeopling2day (#32)
Special thanks to: @NotPeopling2day
Ape Solidity 0.1.2
Ape Solidity 0.1.1
Changes
- fix: issues where remapped paths would override each other @unparalleled-js (#30)
Special thanks to: @unparalleled-js
Ape-Solidity 0.1.0
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