diff options
author | Ronny Pfannschmidt <opensource@ronnypfannschmidt.de> | 2020-05-21 22:59:29 +0200 |
---|---|---|
committer | Ronny Pfannschmidt <opensource@ronnypfannschmidt.de> | 2020-05-21 22:59:29 +0200 |
commit | c668d762164843478418e5545c0f6d24c01affea (patch) | |
tree | 047977bfe12b7511dc81c74d48493988fd62bc5e /CHANGELOG.rst | |
parent | 613630f74f7cd2c12bb6e02d2cf01f4c83987168 (diff) | |
download | setuptools-scm-c668d762164843478418e5545c0f6d24c01affea.tar.gz |
update changelog
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r-- | CHANGELOG.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 26318dc..48601d3 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -7,6 +7,12 @@ v4.0.0 * switch to github actions for ci * fix documentation for ``tag_regex`` and add support for single digit versions * document handling of enterprise distros with unsupported setuptools versions #312 +* switch to declarative metadata +* drop the internal copy of samefile and use a dependency on jaraco.windows on legacy systems +* select git tags based on the presence of numbers instead of dots +* enable getting a version form a parent folder prefix +* add release-branch-semver version scheme +* make global configuration available to version metadata v3.5.0 ====== |