Skip to content

v0.8.0

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Feb 17:52
· 80 commits to master since this release

Feature

  • Wrap sys.stdout instead of print to capture output + properly use contextvars (7aa2015)

Fix

  • Don't stop on unhandled errors. They may happen when, for example, a module uses asyncio.create_task (3584f22)