Releases: hartwork/git-delete-merged-branches
Releases · hartwork/git-delete-merged-branches
7.4.2
What's Changed
Affecting Runtime Behavior
- Drop Python 3.8 and add Python 3.13 by @hartwork in #192
- Handle attempt to combine
--dry-run
with live configuration (fixes #136) by @hartwork in #208
Under the Hood
run-tests.yml
: Replace call topython3 setup.py test
with pytest by @hartwork in #184- Migrate pyupgrade to Python >=3.9 + related changes (follow-up to #192) by @hartwork in #195
- Migrate from yapf to ruff format by @hartwork in #196
- Prepare release 7.4.2 by @hartwork in #209
Full Changelog: 7.4.1...7.4.2
7.4.1
What's Changed
Affecting Runtime Behavior
- Drop support for Python 3.7 by @hartwork in #141
- Add support for Python 3.12 by @hartwork in #151
- Fix truncated config prompts (fixes #94) by @jmoses in #176
Under the Hood
- README.md: Add pre-commit badge by @hartwork in #121
- Pin GitHub Actions to specific commits for security by @hartwork in #126
- Improve readme with regard to package installation commands by @hartwork in #130
- README.md: Add install command for Void Linux by @icp1994 in #140
- Prepare release 7.4.1 by @hartwork in #177
New Contributors
Full Changelog: 7.4.0...7.4.1