From bc3b7853548e8b651506bc0163edf190990cb183 Mon Sep 17 00:00:00 2001 From: Antti Kaihola <13725+akaihola@users.noreply.github.com> Date: Mon, 29 Jul 2024 18:19:22 +0300 Subject: [PATCH] Update the change log --- CHANGES.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index f069a169e..bb38a4061 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -9,9 +9,12 @@ Added Fixed ----- - Update ``darkgray-dev-tools`` for Pip >= 24.1 compatibility. +- Update to Darkgraylib 1.3.1 to fix the configuration dump and the output of + ``--version`` (see below). - In the configuration dump printed when ``-vv`` verbosity is used, the configuration section is now correctly named ``[tool.darker]`` instead of ``[tool.darkgraylib]``. - This required an update to Darkgraylib 1.3.0. +- Pass Graylint version to `~darkgraylib.command_line.make_argument_parser` to make + ``--version`` display the correct version number. 2.1.1_ - 2024-04-16