What's Changed
- Apply refurb suggestions by @DimitriPapadopoulos in #787
- Fix typo by @BioGeek in #801
- Simplify types by @RonnyPfannschmidt in #800
- packaging refinements by @RonnyPfannschmidt in #807
- Remove IO parameter from setup.cfg reader by @jaraco in #761
- Fix _config.py link in README by @ewie in #810
- Allow Custom Version Scheme Outside setup.py (resolves #781) by @schang412 in #803
- bugfix: restore merge-lost encoding for setup.cfg loading by @RonnyPfannschmidt in #813
- refactor: split tracing and command running into own modules by @RonnyPfannschmidt in #808
- refactor/breaking: move file finders to private module by @RonnyPfannschmidt in #815
- pre-commit autoupdate by @RonnyPfannschmidt in #816
- migrate to hatchling build backend by @RonnyPfannschmidt in #822
- Bump
pypa/gh-action-pypi-publish
torelease/v1
by @webknjaz in #828 - assorted cleanups by @RonnyPfannschmidt in #823
- fix #838 - handle empty tag regex by @RonnyPfannschmidt in #841
- restore debug logging by @RonnyPfannschmidt in #842
- ScmVersion: use f string in repr by @RonnyPfannschmidt in #843
- move setuptools integration to private subpackage by @RonnyPfannschmidt in #845
- Normalize the dist-name, as per PEP503, when looking for overrides by @pelson in #848
- remove typing_extensions runtime dep on >= py3.8 by @gotmax23 in #850
- fix #840 - return to setuptools by @RonnyPfannschmidt in #855
- configure for oidc auth with pypi by @RonnyPfannschmidt in #833
- Emphasize permitted version format in packages for publication by @OlenaYefymenko in #858
- pass
ScmVersion
to dump_version to provide scm_version as extra template variable by @ZhiyuanChen in #854 - tests: Specify version for test PEP621 metadata by @stanislavlevin in #867
- Drop support for python 3.7 by @RonnyPfannschmidt in #868
- split up utilities of the broken ownership test by @RonnyPfannschmidt in #869
- Remove implementation code from main import + replace write_to with version_file by @RonnyPfannschmidt in #870
- fix #527: add type annotations for version file template by @RonnyPfannschmidt in #876
- build(deps): bump actions/checkout from 3 to 4 by @dependabot in #892
- setup more detailed mkdocs documentation by @RonnyPfannschmidt in #880
- add initial readthedocs config by @RonnyPfannschmidt in #894
- fix extra_requirements for mkdocs by @RonnyPfannschmidt in #895
- fix mime parsing - ignore potential mime headers after end of headers by @RonnyPfannschmidt in #896
- fix #884: handle v prefixes for calver by date by @RonnyPfannschmidt in #897
- Use an UTF8 enabled locale for the run() environment. by @arvidma in #900
- Fix 549 fallback when scm missing by @RonnyPfannschmidt in #901
- prepare safer backward compatibility by @RonnyPfannschmidt in #904
New Contributors
- @DimitriPapadopoulos made their first contribution in #787
- @BioGeek made their first contribution in #801
- @ewie made their first contribution in #810
- @schang412 made their first contribution in #803
- @pelson made their first contribution in #848
- @gotmax23 made their first contribution in #850
- @OlenaYefymenko made their first contribution in #858
- @ZhiyuanChen made their first contribution in #854
- @arvidma made their first contribution in #900
Full Changelog: v7.1.0...v8.0.0