From aa53ebad4167278ed1972e8c864c44841a7cb881 Mon Sep 17 00:00:00 2001 From: konstantinos Date: Wed, 13 Mar 2024 22:25:57 +0200 Subject: [PATCH] docs: update changelog with the release's changes --- CHANGELOG.rst | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 30b5b7c2..d6dc2d64 100755 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,36 @@ Changelog ========= +2.3.0 (2024-03-13) +================== + +Changes +^^^^^^^ + +feature +""""""" +- cover most source code areas, when PR labeling: src, tests, ci, data, config +- add Job that makes a Github Release on v* tags on Main Branch + +fix +""" +- expect interpreters to be loaded as dict by cookiecutter in intereactive mode + +test +"""" +- update Gold Standard Snapshot +- update biskotaki-interactive Snapshot, used in Regression Testing +- update biskotaki-no-input Snapshot, used in Regression Testing + +ci +"" +- clean code + +gitops +"""""" +- pass git tag to Workflow for PR in to a boarding branch + + 2.2.1-dev1 (2024-03-13) =======================