Releases: casperdcl/git-fame
Releases · casperdcl/git-fame
git-fame v2.0.2 stable
- add
--until
(#92 <- #93) - replace
pkg_resources
=>importlib.resources
(#90) - add
py311
,py312
support (#90) - upgrade framework (#90)
- migrate
setup.{cfg,py}
=>pyproject.toml
- CI: overhaul workflows
- CI: bump workflow actions
- CI: use PyPI trusted publishing
- tests: bump
pre-commit
- use PyPI trusted publishing
- migrate
git-fame v2.0.1 stable
git-fame v2.0.0 stable
- misc build framework updates (#87)
- update CI workflows
- update pre-commit
- drop
py<=3.6
- add linting
- bump snap
core18
=>core22
- bump
Dockerfile
base - rerender manpages
git-fame v1.15.2 stable
git-fame v1.15.1 stable
- misc doc updates
- hyphenate
git-fame
in help texts (#62) - sync man-pages
- hyphenate
- minor metadata updates
git-fame v1.15.0 stable
git-fame v1.14.1 stable
git-fame v1.14.0 stable
- add
--loc=surviving|insertions|deletions
(#50)- modifies meaning of
loc
(default:surviving
unless--cost
is specified) - make
insertions
/deletions
find all historical file names (not just those in current tree)- also warn that more things may need to be added to
--excl
- also warn that more things may need to be added to
- if
--cost
is specified, alters default of (unspecified)loc
- modifies meaning of
- add & update tests
- fix logging
- major framework upgrade
- drop explicit py3.2, 3.3, 3.4 support (not tested)
- add & test py3.9
- migrate to
setuptools
/setup.cfg
- upgrade & fix snap build
- add pre-commit hooks
- automate linting comments
- misc documentation updates
git-fame v1.13.1 stable
- fully migrate CI from Travis to GHA
- fix
snapcraft
build - fix
coveralls
upload
- fix
- add
.zenodo.json
example
git-fame v1.13.0 stable
- add
--enum
(#46) - update & fix test framework
- misc tidy
- CI: partially migrate tests from Travis to GHA