Skip to content

v1.8.0

Choose a tag to compare

@github-actions github-actions released this 07 Jan 01:39
· 204 commits to master since this release
df461e6

general

  • [general] [breaking] Drop Python 3.3 and 3.4 support

    References: pull request 37

  • [general] [deprecated] Python 2.7, 3.5 and 3.6 support is deprecated due to their end of life.

core

  • [core] [deprecated] get_branch_tags function is renamed to get_tags.

    It will be removed in 2.0.0 release. A warning message is added

  • [core] [feature] Add support of reading config from pyproject.toml.

    Thanks to @Bloodmallet.

    References: #35, pull request 37

  • [core] [feature] Allow to pass regexp to branch_formatter option

  • [core] [feature] Add tag_formatter option

    References: #31

  • [core] [feature] Allow nested default values to be passed to env substitution

config

  • [config] [deprecated] version_config keyword in setup.py is renamed to setuptools_git_versioning.

    It will be removed in 2.0.0 release. A warning message is added

  • [config] [deprecated] Prefer using "enabled": True / "enabled": False option
    instead of pure boolean values (True, False) for config.

    Old behavior is deprecated and will be removed in 2.0 version. A warning message is added

docs

  • [docs] [feature] Major docs improvement

  • [docs] [feature] Added CHANGELOG.rst

  • [docs] Add miniver and versioningit to comparison table

ci

  • [ci] [feature] Check test coverage and fail if it has been decreased

  • [ci] [feature] Build docs using ReadTheDocs project

tests

  • [tests] [feature] Add integration tests