diff options
author | Ronny Pfannschmidt <opensource@ronnypfannschmidt.de> | 2023-03-14 10:21:04 +0100 |
---|---|---|
committer | Ronny Pfannschmidt <opensource@ronnypfannschmidt.de> | 2023-03-14 10:21:04 +0100 |
commit | 328c6c736ae8cbf303a5dd7228c3628e0617ddcb (patch) | |
tree | 31960a1bd7534f2d6e894491e5c3b88f27bc75a4 /CHANGELOG.rst | |
parent | 3b5b8a7cb3ec62c7a655d51ee272f08a1c44034b (diff) | |
download | setuptools-scm-328c6c736ae8cbf303a5dd7228c3628e0617ddcb.tar.gz |
update changelog
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r-- | CHANGELOG.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 155cb30..71e528a 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -7,14 +7,18 @@ breaking * remove legacy version parser api - config arg always required * turn Configuration into a dataclass * require configuration to always pass into helpers +* hide file-finders implementation in private module +* define own build backend to have setuptools work features -------- +* created a directory for the vcs-versioning package and added it to pypi * git: expect main as possible default branch * drop version_from_scm helper * trim down exposed public api * no longer self-call twice in setuptools +* add support for version schemes by import * chores * migrate own metadata to pyproject.toml |