diff options
author | Ronny Pfannschmidt <opensource@ronnypfannschmidt.de> | 2021-08-26 10:53:13 +0200 |
---|---|---|
committer | Ronny Pfannschmidt <opensource@ronnypfannschmidt.de> | 2021-08-26 11:25:47 +0200 |
commit | 352d958aa6d7c015a0b9627bbcc623fb4c3a42d2 (patch) | |
tree | 6d4a91c4bcb91ad1e36e077c9e6aed871c6eafcf /CHANGELOG.rst | |
parent | e214250ddf6838624bf56a572fa22bd4f61e9982 (diff) | |
download | setuptools-scm-352d958aa6d7c015a0b9627bbcc623fb4c3a42d2.tar.gz |
fix #587 - stop file finding on missing commits
on a repository without a commit we cannot tell the valid files, so we don't
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r-- | CHANGELOG.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index bac5af4..08964ed 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,7 @@ In progress =========== +* fix #587: don't fail file finders when distribution is not given * fix #524: new parameters ``normalize`` and ``version_cls`` to customize the version normalization class. * fix #585: switch from toml to tomli |