Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
7.4.2 source code.tar.gz | 2024-12-22 | 37.4 kB | |
7.4.2 source code.zip | 2024-12-22 | 51.6 kB | |
README.md | 2024-12-22 | 986 Bytes | |
Totals: 3 Items | 90.0 kB | 0 |
What's Changed
Affecting Runtime Behavior
- Drop Python 3.8 and add Python 3.13 by @hartwork in https://github.com/hartwork/git-delete-merged-branches/pull/192
- Handle attempt to combine
--dry-run
with live configuration (fixes [#136]) by @hartwork in https://github.com/hartwork/git-delete-merged-branches/pull/208
Under the Hood
run-tests.yml
: Replace call topython3 setup.py test
with pytest by @hartwork in https://github.com/hartwork/git-delete-merged-branches/pull/184- Migrate pyupgrade to Python >=3.9 + related changes (follow-up to [#192]) by @hartwork in https://github.com/hartwork/git-delete-merged-branches/pull/195
- Migrate from yapf to ruff format by @hartwork in https://github.com/hartwork/git-delete-merged-branches/pull/196
- Prepare release 7.4.2 by @hartwork in https://github.com/hartwork/git-delete-merged-branches/pull/209
Full Changelog: https://github.com/hartwork/git-delete-merged-branches/compare/7.4.1...7.4.2