Releases: samuelcolvin/watchfiles
Releases · samuelcolvin/watchfiles
v1.0.5 2025-04-08
What's Changed
- Bump pyo3 from 0.23.3 to 0.24.1 by @dependabot in #333
- use
uv publish --trusted-publishing
, remove twine check by @samuelcolvin in #334 - uprev to 1.0.5 by @samuelcolvin in #335
Full Changelog: v1.0.4...v1.0.5
v1.0.4 2025-01-10
What's Changed
- Fix badge for CI by @ofek in #323
- Fix data loss issue by ensuring proper locking and clearing of changes by @koseki2580 in #314
- Bump jinja2 from 3.1.4 to 3.1.5 in /requirements by @dependabot in #321
- Use notify 7.0.0 instead of a fork of 6.1.1 by @musicinmybrain in #322
- switch to uv by @samuelcolvin in #324
- uprev to 1.0.4 by @samuelcolvin in #325
- try testing with 3.13 free threading by @samuelcolvin in #326
New Contributors
- @ofek made their first contribution in #323
- @musicinmybrain made their first contribution in #322
Full Changelog: v1.0.3...v1.0.4
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