Sourced from filelock's releases.
3.20.0
What's Changed
- Add tox.toml to sdist by
@mtelkain tox-dev/filelock#436- Update docs with example by
@znichollscrin tox-dev/filelock#438- Add 3.14 support and drop 3.9 by
@gaborbernatin tox-dev/filelock#448New Contributors
@mtelkamade their first contribution in tox-dev/filelock#436@znichollscrmade their first contribution in tox-dev/filelock#438Full Changelog: https://github.com/tox-dev/filelock/compare/3.19.1...3.20.0
f7c3f8e
Add 3.14 support and drop 3.9 (#448)a95eec6
[pre-commit.ci] pre-commit autoupdate (#446)f3e532f
Bump astral-sh/setup-uv from 6 to 7 (#447)1eff49a
[pre-commit.ci] pre-commit autoupdate (#445)3c9448a
[pre-commit.ci] pre-commit autoupdate (#444)09f5990
[pre-commit.ci] pre-commit autoupdate (#443)5011a34
[pre-commit.ci] pre-commit autoupdate (#442)32372aa
Bump pypa/gh-action-pypi-publish in /.github/workflows (#441)1af28f2
[pre-commit.ci] pre-commit autoupdate (#439)66bcdb3
Update docs with example (#438)Sourced from platformdirs's releases.
4.5.0
What's Changed
- [pre-commit.ci] pre-commit autoupdate by
@pre-commit-ci[bot] in tox-dev/platformdirs#376- Bump pypa/gh-action-pypi-publish from 1.12.4 to 1.13.0 in the all group by
@dependabot[bot] in tox-dev/platformdirs#378- Bump pypa/gh-action-pypi-publish from 1.12.4 to 1.13.0 in /.github/workflows by
@dependabot[bot] in tox-dev/platformdirs#379- [pre-commit.ci] pre-commit autoupdate by
@pre-commit-ci[bot] in tox-dev/platformdirs#381- Add support for Python 3.14 by
@hugovkin tox-dev/platformdirs#382- [pre-commit.ci] pre-commit autoupdate by
@pre-commit-ci[bot] in tox-dev/platformdirs#383- Update Windows file paths in README by
@ParadaCarletonin tox-dev/platformdirs#385- [pre-commit.ci] pre-commit autoupdate by
@pre-commit-ci[bot] in tox-dev/platformdirs#384- [pre-commit.ci] pre-commit autoupdate by
@pre-commit-ci[bot] in tox-dev/platformdirs#387- Bump astral-sh/setup-uv from 6 to 7 in the all group by
@dependabot[bot] in tox-dev/platformdirs#388- Drop 3.9 support by
@gaborbernatin tox-dev/platformdirs#389New Contributors
@ParadaCarletonmade their first contribution in tox-dev/platformdirs#385Full Changelog: https://github.com/tox-dev/platformdirs/compare/4.4.0...4.5.0
3088c98
Drop 3.9 support (#389)07bca5b
Bump astral-sh/setup-uv from 6 to 7 in the all group (#388)9d9c912
[pre-commit.ci] pre-commit autoupdate (#387)dbfa4b6
[pre-commit.ci] pre-commit autoupdate (#384)f70bdf4
Update Windows file paths in README (#385)510a4b0
[pre-commit.ci] pre-commit autoupdate (#383)3f7d77f
Add support for Python 3.14 (#382)0cff624
[pre-commit.ci] pre-commit autoupdate (#381)ebbdf85
Bump pypa/gh-action-pypi-publish in /.github/workflows (#379)a64f6bb
Bump pypa/gh-action-pypi-publish from 1.12.4 to 1.13.0 in the all group
(#378)Sourced from tomli's changelog.
2.3.0
- Added
- Binary wheels for Python 3.14 (also free-threaded)
- Performance
- Reduced import time
3fccd16
Bump version: 2.2.1 → 2.3.06504016
Add 2.3.0 changelog0bc66fc
Remove now off-by-default PyPy from cibuildwheel skip list0aa242f
Update license metadata to appease PEP 639a18221e
Bump GitHub CI actions6fa4d90
[pre-commit.ci] pre-commit autoupdate (#260)b974fa1
[pre-commit.ci] pre-commit autoupdate (#248)f574f36
Update mypy to 1.15 and use --strict mode (#257)1da01ef
Reduce import time by removing typing import (#251)4188188
Reduce import time by removing string and
tomli._types imports