What's Changed * Better error on OS watcher limit by samuelcolvin in https://github.com/samuelcolvin/watchfiles/pull/208 * Reduce CI jobs by samuelcolvin in https://github.com/samuelcolvin/watchfiles/pull/209 * build wheels for ppc64le and s390x by messense in https://github.com/samuelcolvin/watchfiles/pull/210 * Switch flake8->ruff by TheoBabilon in https://github.com/samuelcolvin/watchfiles/pull/212 * Simplify Change.raw_str() by davidbrochart in https://github.com/samuelcolvin/watchfiles/pull/211 * Upgrade maturin to 0.14 by messense in https://github.com/samuelcolvin/watchfiles/pull/214 * Build PyPy wheels for aarch64 macOS by messense in https://github.com/samuelcolvin/watchfiles/pull/216 * Fix bug in RustNotify causing RuntimeError: Already borrowed on exit/signal by vrslev in https://github.com/samuelcolvin/watchfiles/pull/221 * Update pyo3 to 0.18.2 by messense in https://github.com/samuelcolvin/watchfiles/pull/222
New Contributors * TheoBabilon made their first contribution in https://github.com/samuelcolvin/watchfiles/pull/212 * vrslev made their first contribution in https://github.com/samuelcolvin/watchfiles/pull/221
* fix command split on Windows by Kulothungan16 in https://github.com/samuelcolvin/watchfiles/pull/199 * uprev pyo3, relax anyio constraint by samuelcolvin in https://github.com/samuelcolvin/watchfiles/pull/203 * switch pytest-sugar -> pytest-pretty by samuelcolvin in https://github.com/samuelcolvin/watchfiles/pull/204
New Contributors * Kulothungan16 made their first contribution in https://github.com/samuelcolvin/watchfiles/pull/199
* test with python 3.11, 179 & 180 * CI against python 3.11 rc1, 180 * uprev notify to 5.0.0-pre.16, 182 * Add option to disable recursion by bvanelli in 183 * upgrade to notify 5.0.0, 184 * Lock all requirements, 185
* Docs for `.pyi` 165 * make `RustNotify` a context manager and kill the thread on exit 164 * Build PyPy wheels for Linux and macOS by messense in 168 * Support `WATCHFILES_FORCE_POLLING` env var 170 * fallback to poll watcher on OS Error 38 172 * test against python 3.11.0-beta.4 173 * `--verbose` argument and improve bug template 174