summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRonny Pfannschmidt <opensource@ronnypfannschmidt.de>2022-01-17 20:34:26 +0100
committerRonny Pfannschmidt <opensource@ronnypfannschmidt.de>2022-01-17 20:34:26 +0100
commit4a1b43a6810bbcff4e95a132c4cf99896f92af7b (patch)
tree12bea70bb90fb02f56be8b3ef76cdd64581b27cd
parent8b94ead95ed40cb9e0a9c94fe94a1851c4384b28 (diff)
downloadsetuptools-scm-4a1b43a6810bbcff4e95a132c4cf99896f92af7b.tar.gz
update changelogv6.4.0
-rw-r--r--CHANGELOG.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 76b9f77..537b9ec 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -13,7 +13,8 @@
* consider ``pyproject.tomls`` when running as command
* use list in git describe command to avoid shell expansions while supporting both windows and posix
* add ``--strip-dev`` flag to ``python -m setuptools_scm`` to print the next guessed version cleanly
-
+* ensure no-guess-dev will fail on bad tags instead of generating invalid versions
+* ensure we use utc everywhere to avoid confusion
6.3.2
=====