1.8.x¶
1.8.0 (2022-01-07)¶
Breaking¶
Drop Python 3.3 and 3.4 support (#37).
Python 2.7, 3.5 and 3.6 support is deprecated due to their end of life.
get_branch_tagsfunction is renamed toget_tags. It will be removed in2.0.0release. A warning message is added.version_configkeyword insetup.pyis renamed tosetuptools_git_versioning. It will be removed in2.0.0release. A warning message is added.Prefer using
"enabled": True/"enabled": Falseoption instead of pure boolean values (True,False) for config.Old behavior is deprecated and will be removed in
2.0version. A warning message is added.
Features¶
Add support of reading config from
pyproject.toml(#35, #37). Thanks to @Bloodmallet.Allow to pass regexp to
branch_formatteroption.Add
tag_formatteroption (#31).Allow nested default values to be passed to
envsubstitution.Add integration tests.
Check test coverage and fail if it has been decreased.
Documentation¶
Build docs using ReadTheDocs project.
Major docs improvement.
Added
CHANGELOG.rst.Add
miniverandversioningitto comparison table.
1.8.1 (2022-01-10)¶
Fix issue with empty pyproject.toml (#35).