Releases: tox-dev/platformdirs
Releases · tox-dev/platformdirs
3.0.0
What's Changed
- Fix CI by @gaborbernat in #125
- Use the correct project name in documentation by @pradyunsg in #131
- Fix CI by @gaborbernat in #138
- Fix macos user_site_dir by @ThomasWaldmann in #137
New Contributors
- @ThomasWaldmann made their first contribution in #137
Full Changelog: 2.6.2...3.0.0
2.6.2
2.6.1
What's Changed
- Bump pypa/gh-action-pypi-publish from 1.6.1 to 1.6.4 by @dependabot in #116
- Fix the CI, bump tools by @gaborbernat in #119
- Coverage reporting fixes by @nedbat in #121
- Fix #114 by @Freed-Wu in #115
New Contributors
Full Changelog: 2.6.0...2.6.1
2.6.0
What's Changed
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #107
- Bump pypa/gh-action-pypi-publish from 1.5.1 to 1.5.2 by @dependabot in #111
- Bump pypa/gh-action-pypi-publish from 1.5.2 to 1.6.1 by @dependabot in #113
- Change user_log_dir to point to user_state_dir on Linux per the XDG spec by @lordwelch in #108
New Contributors
- @lordwelch made their first contribution in #108
Full Changelog: 2.5.4...2.6.0
2.5.4
Full Changelog: 2.5.3...2.5.4
2.5.3
What's Changed
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #80
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #82
- Bump pre-commit/action from 2.0.3 to 3.0.0 by @dependabot in #87
- Bump actions/upload-artifact from 2 to 3 by @dependabot in #86
- Bump actions/download-artifact from 2 to 3 by @dependabot in #85
- Bump actions/setup-python from 2 to 4 by @dependabot in #84
- Bump actions/checkout from 2 to 3 by @dependabot in #83
- Docs: platformdirs is a package by @chanicpanic in #88
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #89
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #91
- Check 3.11 support by @gaborbernat in #92
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #93
- Bump tools by @gaborbernat in #94
- Bump dependencies by @gaborbernat in #95
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #96
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #99
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #100
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #101
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #102
- Declare support for Python 3.11 by @hugovk in #103
New Contributors
- @dependabot made their first contribution in #87
- @chanicpanic made their first contribution in #88
- @hugovk made their first contribution in #103
Full Changelog: 2.5.2...2.5.3
2.5.2
Update CHANGES.rst
2.5.1: Out of box suppor for nuitka (#68)
Co-authored-by: Clouder <Clouder0@outlook.com>
2.5.0
Support for Termux subsystem (#63)
Drop Python 3.6 support
Fix changelog Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>