Skip to content

v0.14

Compare
Choose a tag to compare
@samuelcolvin samuelcolvin released this 16 May 15:26
· 101 commits to main since this release
7ab3cb9

Potential Breaking Change: due to changes in #136, awatch and therefore arun_process can nolonger catch and suppress KeyboardInterupt, you may need to catch this error where you call asyncio.run() or equivilant.

What's Changed

  • Update docs for conda install by @davidbrochart in #124
  • fix file renaming on macOS #123
  • remove redundant wheel requirement from pyproject.toml by @mgorny in #126
  • Build manylinux2014 wheels for CentOS 7 support by @TBBle in #131
  • uprev crossbeam and pyo3 #133
  • add exit_on_signal option #132 (superseded completely by #136)
  • Force polling #135
  • uprev some actions #140
  • Suggestion: add one CLI usage example up-front by @hangtwenty in #141
  • Changes to how signals are caught and handled in awatch by @justvanrossum in #136

New Contributors

Full Changelog: v0.13...v0.14