py-solc-x v2.0.0
github-actions
released this
09 Nov 19:21
·
10 commits
to refs/heads/main
since this release
Changes
- feat!: use
packaging.Version
and other fixes and Ape-ifications @antazoey (#161) - feat: Add kwargs to compile functions by source and file @rfreis (#159)
- fix: update
solc_wrapper
to expect return value of0
from 'help' if solc >= v0.8.10 @pacrob (#140) - fix: use python built-in
shutil.which
instead of shelling out @f0rki (#137) - fix: use
shutil.move
instead ofos.rename
to avoid crashes during install @RomiRand (#146) - feat: make
get_solc_version()
method public @antazoey (#153)
Special thanks to: @RomiRand, @antazoey, @f0rki, @pacrob, @rfreis and pacrob