summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRonny Pfannschmidt <opensource@ronnypfannschmidt.de>2020-05-21 22:59:29 +0200
committerRonny Pfannschmidt <opensource@ronnypfannschmidt.de>2020-05-21 22:59:29 +0200
commitc668d762164843478418e5545c0f6d24c01affea (patch)
tree047977bfe12b7511dc81c74d48493988fd62bc5e
parent613630f74f7cd2c12bb6e02d2cf01f4c83987168 (diff)
downloadsetuptools-scm-c668d762164843478418e5545c0f6d24c01affea.tar.gz
update changelog
-rw-r--r--CHANGELOG.rst6
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
======