Releases: ApeWorX/ape
Releases · ApeWorX/ape
Ape 0.1.0-alpha.11
Changes
- fix: missing default for
urls
underSource
@fubuloubu (#66) - feat: in honor of our fallen bruddah @fubuloubu (#64)
- chore: update pre commit @fubuloubu (#60)
Special thanks to: @fubuloubu
Ape 0.1.0-alpha.10
Ape 0.1.0-alpha.9
Changes
- fix: pin
dataclassy
to avoidAttributeError
with v0.10.1 @fubuloubu (#54) - chore: add pre-commit to dev deps @fubuloubu (#53)
Special thanks to: @fubuloubu
Ape 0.1.0-alpha.8
Changes
- chore: python 3.9 @fubuloubu (#52)
- feat: add support for parsing ABIs @fubuloubu (#49)
- chore: update isort config @fubuloubu (#51)
- refactor: plugin cli @fubuloubu (#48)
- refactor: update how compile CLI works to select contracts @fubuloubu (#44)
- fix: only compile interface JSON files @fubuloubu (#47)
- fix: deprecation warning for
__init__
in dataclassy.dataclass @fubuloubu (#43) - chore: add
release-drafter
@fubuloubu (#45) - chore: upgrade to Click v8.0.0 @fubuloubu (#46)
Special thanks to: @fubuloubu
Ape 0.1.0-alpha.7
Ape 0.1.0-alpha.6
Ape 0.1.0-alpha.5
fix: compiler integration (#28) * fix: use absolute paths instead of relative ones * refactor: display compilation notification in compiler manager
Ape 0.1.0-alpha.4
v0.1.0-alpha.4 fix: detect if a key provided by a plugin would overwrite a registrat…
Ape 0.1.0-alpha.3
refactor: integrate "1st class" plugins into project (#6) * fix: layout issues * fix: add flake8 to lint dependencies * refactor: move `ape` package to subdir under `src/` * refactor: migrate `ape-accounts` repo to 1st class plugin undo `src/` * feat: add `ape compile` 1st class plugin * fix: isort lint issues * chore: fixup CI calls * test: add test for CLI invocation * chore: fixup testing cli flags * fix: install backported `importlib-metadata` for Python <3.8 * refactor: remove unnecessary default package call * refactor: remove export * fix: need password to delete * test: add fuzz testing, parametrize more * refactor: remove "fuzz" extra as it breaks tests
0.1.0-alpha.2
refactor: 2nd attempted