From 4a1b43a6810bbcff4e95a132c4cf99896f92af7b Mon Sep 17 00:00:00 2001 From: Ronny Pfannschmidt Date: Mon, 17 Jan 2022 20:34:26 +0100 Subject: [PATCH] update changelog --- CHANGELOG.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 76b9f77f..537b9ec0 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 =====