Releases: tox-dev/filelock
Releases · tox-dev/filelock
3.13.2
What's Changed
- Fixed small typo in _unix.py by @snemes in #302
- Update SECURITY.md to reflect Python 3.7 support dropoff by @kemzeb in #304
- Update index.rst to improve the demo usage by @youkaichao in #314
- [BugFix] fix permission denied error when lock file is placed in
/tmp
by @kota-iizuka in #317
New Contributors
- @snemes made their first contribution in #302
- @kemzeb made their first contribution in #304
- @youkaichao made their first contribution in #314
- @kota-iizuka made their first contribution in #317
Full Changelog: 3.13.1...3.13.2
3.13.1
3.13.0
3.12.4
3.12.3
What's Changed
- Fix import ordering by @gaborbernat in #246
- Exclude dependabot and pre-commit ci from release notes by @gaborbernat in #251
- Create parent directories if necessary by @gerlero in #254
- fix ci 08 21 by @gaborbernat in #263
- lock_file type-hint by @keller00 in #267
- adding tox.ini to sdist by @keller00 in #265
New Contributors
Full Changelog: 3.12.2...3.12.3
3.12.2
3.12.1
What's Changed
- Add trusted-publish by @gaborbernat in #236
- Add 3.12 support by @gaborbernat in #237
- Bump pypa/gh-action-pypi-publish from 1.8.5 to 1.8.6 by @dependabot in #239
- git ls-files -z -- .github/workflows/check.yml | xargs -0 sed -i 's|3.12.0-alpha.7|3.12.0-beta.1|g' by @gaborbernat in #243
- Use ruff by @gaborbernat in #244
- Fix test_bad_lock_file for other OSes by @TheMatt2 in #242
Full Changelog: 3.12.0...3.12.1
3.12.0
What's Changed
- Fix: #225 :Get rid of warning about inability to link to _thread._local. by @csm10495 in #226
- Bump deps and tools by @gaborbernat in #228
- Add umask check to tests so umask 002 is valid by @TheMatt2 in #227
- Fix lock hang on Windows by @TheMatt2 in #231
- Conditionally disable/enable thread-local lock behavior. by @csm10495 in #232
Full Changelog: 3.11.0...3.12.0
3.11.0
What's Changed
- Bump pypa/gh-action-pypi-publish from 1.8.3 to 1.8.5 by @dependabot in #218
- Fix #220: Allow filelock test thread to catch any exceptions by @TheMatt2 in #221
- Bump deps and tools by @gaborbernat in #222
- Run more pypy versions in CI but without coverage by @gaborbernat in #224
- Make the lock a thread local variable by @csm10495 in #219
New Contributors
Full Changelog: 3.10.7...3.11.0