Ape 0.8.15
github-actions
released this
23 Sep 03:17
·
51 commits
to refs/heads/main
since this release
Changes
- fix: better repr string for pythonic projects @antazoey (#2297)
- docs: snekmate example fix @antazoey (#2296)
- feat: allow private transaction receipts to bail out before transaction acceptance @bitwise-constructs (#2280)
- feat: allow configuring
base_path:
in projects @antazoey (#2295) - fix: issue where couldn't use ape test -vvv @antazoey (#2293)
- feat: add logger.at_level context manager method @antazoey (#2294)
- feat: improve message for
ape pm list
when no packages installed @bitwise-constructs (#2290) - fix: invalid integer when using
-v
flag inape test
@antazoey (#2291) - docs: use new documentation builder, theme, and action @antazoey (#2269)
- feat: PyPI dependencies, downloading + extracting archives from PyPI @antazoey (#2289)
- feat: avoid installing dependencies during
pm list
command @antazoey (#2288) - fix: makes uninstall work when using the long name displayed in ape pm list @bitwise-constructs (#2287)
- docs: upgrade to
.yml
based issue-templates @antazoey (#2278) - fix: issue where using
version:
key for a GH ref-based releases caused invalid directory structure @antazoey (#2286) - chore: use new patched pydantic settings @antazoey (#2276)
- fix: issue causing
ape test -w
not to work (non-string arugments) @antazoey (#2275) - fix: mistakenly changed sources to in-memory manifest @antazoey (#2272)
- fix: pin pydantic_settings as it broke ape @antazoey (#2274)
- fix: 'nonce too low' errors during testing @antazoey (#2270)
- fix: broken debug stage @johnson2427 (#2266)
Special thanks to: @antazoey, @bitwise-constructs and @johnson2427