summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRonny Pfannschmidt <opensource@ronnypfannschmidt.de>2023-03-14 10:21:04 +0100
committerRonny Pfannschmidt <opensource@ronnypfannschmidt.de>2023-03-14 10:21:04 +0100
commit328c6c736ae8cbf303a5dd7228c3628e0617ddcb (patch)
tree31960a1bd7534f2d6e894491e5c3b88f27bc75a4
parent3b5b8a7cb3ec62c7a655d51ee272f08a1c44034b (diff)
downloadsetuptools-scm-328c6c736ae8cbf303a5dd7228c3628e0617ddcb.tar.gz
update changelog
-rw-r--r--CHANGELOG.rst4
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