.. change::
:tags: general, breaking
:pullreq: 37
Drop Python 3.3 and 3.4 support
.. change::
:tags: general, deprecated
Python 2.7, 3.5 and 3.6 support is deprecated due to their end of life.
.. change::
:tags: 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
.. change::
:tags: 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
.. change::
:tags: 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
.. change::
:tags: core, feature
:pullreq: 37
:tickets: 35
Add support of reading config from ``pyproject.toml``.
Thanks to :github-user:`Bloodmallet`
.. change::
:tags: core, feature
Allow to pass regexp to ``branch_formatter`` option
.. change::
:tags: core, feature
:tickets: 31
Add ``tag_formatter`` option
.. change::
:tags: core, feature
Allow nested default values to be passed to ``env`` substitution
.. change::
:tags: tests, feature
Add integration tests
.. change::
:tags: ci, feature
Check test coverage and fail if it has been decreased
.. change::
:tags: ci, feature
Build docs using ReadTheDocs project
.. change::
:tags: docs, feature
Major docs improvement
.. change::
:tags: docs, feature
Added CHANGELOG.rst
.. change::
:tags: docs
Add ``miniver`` and ``versioningit`` to comparison table