Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.37.4
rev: 0.38.0
hooks:
- id: check-github-workflows
args: ["--verbose"]
Expand All @@ -19,11 +19,11 @@ repos:
hooks:
- id: tox-toml-fmt
- repo: https://github.com/tox-dev/pyproject-fmt
rev: "v2.26.0"
rev: "v2.27.0"
hooks:
- id: pyproject-fmt
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.16.1"
rev: "v0.16.2"
hooks:
- id: ruff-format
- id: ruff-check
Expand Down
7 changes: 4 additions & 3 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,16 @@

.. towncrier release notes start

********************
*********************
4.11.2 (2026-08-10)
********************
*********************

- Stop :meth:`~platformdirs.PlatformDirs.iter_cache_dirs`, :meth:`~platformdirs.PlatformDirs.iter_state_dirs`,
:meth:`~platformdirs.PlatformDirs.iter_log_dirs` and :meth:`~platformdirs.PlatformDirs.iter_runtime_dirs` yielding the
same directory twice on Unix when ``use_site_for_root`` is active - :pr:`469` fixed this for the config and data
iterators only. On macOS, :meth:`~platformdirs.PlatformDirs.iter_cache_dirs` now yields the Homebrew and
``/Library/Caches`` entries separately rather than one ``os.pathsep``-joined string when ``multipath`` is set. :pr:`520`
``/Library/Caches`` entries separately rather than one ``os.pathsep``-joined string when ``multipath`` is set.
:pr:`520`

*********************
4.11.1 (2026-08-07)
Expand Down