2.0.x ====== 2.0.0 (2024-04-08) ------------------- Breaking ~~~~~~~~ - Drop ``version_config`` keyword from ``setup.py``, which was deprecated since ``1.8.0``. - Drop ``get_branch_tags`` function which was deprecated since ``1.8.0``. - Does not allow passing ``setuptools_git_versioning=False`` and ``setuptools_git_versioning=True`` to config. Always use ``setuptools_git_versioning={"enabled": True}``. - ``version_file`` option now have precedence over any tags in the current branch (:github:issue:`97`, :github:issue:`94`).