Features
- Enforce Python 3.8+ requirement and add multi-version CI testing #441 (Rodos)
- Drop support for Python 3.8 and 3.9 (EOL) #442 (Rodos)
- Add attachment download support for issues and pull requests #439 (Rodos)
Bug Fixes
Code Refactoring
Chores
- deps: bump the python-packages group with 2 updates #421 (dependabot[bot])
- update Dockerfile to use Python 3.12 and improve dependency installation #422 (Mateusz Hajder)
- deps: bump actions/checkout from 4 to 5 #423 (dependabot[bot])
- deps: bump requests in the python-packages group #424 (dependabot[bot])
- deps: bump platformdirs in the python-packages group #425 (dependabot[bot])
- deps: bump more-itertools in the python-packages group #426 (dependabot[bot])
- deps: bump twine from 6.1.0 to 6.2.0 in the python-packages group #427 (dependabot[bot])
- deps: bump actions/setup-python from 5 to 6 #428 (dependabot[bot])
- Rename ISSUE_TEMPLATE.md to .github/ISSUE_TEMPLATE.md (Jose Diaz-Gonzalez)
- Rename PULL_REQUEST.md to .github/PULL_REQUEST.md (Jose Diaz-Gonzalez)
- create bug template (Jose Diaz-Gonzalez)
- deps: bump the python-packages group across 1 directory with 2 updates #431 (dependabot[bot])
- deps: bump docutils in the python-packages group #432 (dependabot[bot])
- deps: bump the python-packages group with 3 updates #433 (dependabot[bot])
- deps: bump the python-packages group across 1 directory with 2 updates #435 (dependabot[bot])
- deps: bump idna from 3.10 to 3.11 in the python-packages group #436 (dependabot[bot])
- deps: bump charset-normalizer in the python-packages group #437 (dependabot[bot])
- deps: bump bleach in the python-packages group #438 (dependabot[bot])
Commits
- df4d751: Rename bug.md to bug.yaml (Jose Diaz-Gonzalez)
- 85ab54e: Update issue templates (Jose Diaz-Gonzalez)
- d6bf031: Delete .github/ISSUE_TEMPLATE/bug_report.md (Jose Diaz-Gonzalez)
- 3d5f61a: Create feature.yaml (Jose Diaz-Gonzalez)
- eb756d6: Delete .github/ISSUE_TEMPLATE.md (Jose Diaz-Gonzalez)
- 9d28d9c: Update feature.yaml (Jose Diaz-Gonzalez)
- 80e00d3: Merge branch 'master' into feat/python-version-requirements-clean (rodos) #441
- e7880bb: Release version 0.51.0 (GitHub Action)