Releases: samuelcolvin/watchfiles
Releases · samuelcolvin/watchfiles
v1.0.3 2024-12-10
v1.0.2 2024-12-10
Fix PyPI asset upload from v1.0.1.
Full Changelog: v1.0.1...v1.0.2
v1.0.1 2024-12-10
What's Changed
- Bump dawidd6/action-download-artifact from 2 to 6 in /.github/workflows by @dependabot in #311
- Bump pyo3 from 0.23.1 to 0.23.3 by @dependabot in #317
- bump to PyO3 0.23.3 by @davidhewitt in #316
New Contributors
- @davidhewitt made their first contribution in #316
Full Changelog: v1.0.0...v1.0.1
v1.0.0 2024-11-25
What's Changed
- Bump PyO3 to 0.23, drop Python 3.8 support by @gi0baro in #307
- allow modify
poll_delay_ms
argument using an environment variable by @joelpelaez in #303 - remove set_version, prepare for v1 release by @samuelcolvin in #309
- fix version check and release in CI by @samuelcolvin in #310
New Contributors
- @joelpelaez made their first contribution in #303
Full Changelog: v0.24.0...v1.0.0
v0.24.0 2024-08-28
What's Changed
- drop PyPy 3.8 by @samuelcolvin in #293
- Update Python version in
index.md
by @kjaymiller in #296 - return "file deleted" instead of raising an exception, fix #282 by @samuelcolvin in #301
New Contributors
- @kjaymiller made their first contribution in #296
Full Changelog: v0.23.0...v0.24.0
v0.23.0 2024-08-07
What's Changed
- Fix typo in
watch
doctstring by @kwentine in #280 - Bump up PyO3 to 0.22.2 by @FlickerSoul in #287
- Updates to GitHub Actions by @gaby in #274
- Update mkdocstring python handler option key by @kwentine in #281
- Bump requests from 2.31.0 to 2.32.0 in /requirements by @dependabot in #278
- Bump urllib3 from 2.2.1 to 2.2.2 in /requirements by @dependabot in #283
- Bump certifi from 2024.2.2 to 2024.7.4 in /requirements by @dependabot in #285
- Add support for Python 3.13 by @hugovk in #277
- remove watchfiles from ignore directory list by @CharlesFr in #249
- fix windows build by @samuelcolvin in #291
- Full CI build by default by @samuelcolvin in #290
- use
intern!
in rust code by @samuelcolvin in #292
New Contributors
- @kwentine made their first contribution in #280
- @FlickerSoul made their first contribution in #287
- @gaby made their first contribution in #274
- @hugovk made their first contribution in #277
- @CharlesFr made their first contribution in #249
Full Changelog: v0.22.0...v0.23.0
v0.22.0 2024-05-27
What's Changed
- fix
list-pypi-files
CI task by @samuelcolvin in #250 - pip show wrong homepage by @NewUserHa in #253
- Update PyO3 by @mgorny in #267
- Delete setup.py by @samuelcolvin in #260
- really drop python<=3.7 support by @kloczek in #264
- uprev pyo3 and minimum rust version by @samuelcolvin in #269
- drop black and isort by @samuelcolvin in #270
- pre-commit block main - related to
notify
update by @samuelcolvin in #272 - Bump idna from 3.3 to 3.7 in /requirements by @dependabot in #271
- uprev linting, testing and docs requirements by @samuelcolvin in #273
New Contributors
- @NewUserHa made their first contribution in #253
- @kloczek made their first contribution in #264
Full Changelog: v0.21.0...v0.22.0
v0.21.0 2023-10-13
v0.20.0 2023-08-24
What's Changed
- Bump pymdown-extensions from 9.5 to 10.0 in /requirements by @dependabot in #229
- Bump pygments from 2.13.0 to 2.15.0 in /requirements by @dependabot in #237
- Allow maturin 1.x by @heirecka in #233
- Fix: Memory leak of PyO3 by @koseki2580 in #240
- Improve debug by @samuelcolvin in #242
- add grace period during which file changes are ignored by @samuelcolvin in #243
- Add ignore_permission_denied option by @aminalaee in #224
- Catch
SIGTERM
and kill running process before exitting by @samuelcolvin in #244
New Contributors
- @dependabot made their first contribution in #229
- @heirecka made their first contribution in #233
- @koseki2580 made their first contribution in #240
- @aminalaee made their first contribution in #224
Full Changelog: v0.19.0...v0.20.0
v0.19.0 2023-03-27
What's Changed
- Better error on OS watcher limit by @samuelcolvin in #208
- Reduce CI jobs by @samuelcolvin in #209
- build wheels for ppc64le and s390x by @messense in #210
- Switch flake8->ruff by @TheoBabilon in #212
- Simplify Change.raw_str() by @davidbrochart in #211
- Upgrade maturin to 0.14 by @messense in #214
- Build PyPy wheels for aarch64 macOS by @messense in #216
- Fix bug in RustNotify causing RuntimeError: Already borrowed on exit/signal by @vrslev in #221
- Update pyo3 to 0.18.2 by @messense in #222
New Contributors
- @TheoBabilon made their first contribution in #212
- @vrslev made their first contribution in #221
Full Changelog: v0.18.1...v0.19.0