From ee402e39423b7fe8cf2de9f713aeba5bb2a1c08e Mon Sep 17 00:00:00 2001 From: Johannes Hentschel Date: Fri, 20 Oct 2023 19:22:24 +0200 Subject: [PATCH] this is version 2.4.0 --- CHANGELOG.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 197cf295..c7641b4d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,22 @@ Changelog ========= +Version 2.4.0 +============= + +* adds ``git_revision`` and ``git_tag`` to frictionless JSON descriptors whenever the git repo is clean (5b76a815) + + * This includes the new property ``Corpus.repo`` that makes the ``git.Repo`` object available if applicable. + +* adds ``--force`` to ``ms3 compare`` and ``ms3 review`` commands, allowing to output comparison files (potentially + including the ``compared_against`` metadata key) even if no differences were found (5b76a815) + + +Version 2.3.1 +============= + +Ignoring pandas 2.1.0 FutureWarning which cause some intimidating output when using the ms3 precommit hook. + Version 2.3.0 =============