From c31593341b86243e648a5ae894b2713eaa5ed926 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0pl=C3=ADchal?= Date: Fri, 7 Mar 2025 21:56:12 +0100 Subject: [PATCH 1/2] Release fmf-1.7.0 --- docs/releases.rst | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/docs/releases.rst b/docs/releases.rst index a1d1359..1e6ca97 100644 --- a/docs/releases.rst +++ b/docs/releases.rst @@ -4,6 +4,23 @@ Releases ====================== + +fmf-1.7.0 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +:ref:`context` dimension names can now contain dash characters as +well so that users can use multi-word names such as +``deployment-mode``. + +The merge suffix, for example ``+`` character from the +``environment+`` key, is now correctly stripped from the nodes +defined in the root of the tree as well. + +A new callback ``additional_rules_callback`` can now be provided +to the :py:meth:`fmf.Tree.adjust` method and affect which nodes +should be adjusted using the ``additional_rules``. + + fmf-1.6.1 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ From 44820b77d0650634c122c50d674efe4553601440 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0pl=C3=ADchal?= Date: Fri, 7 Mar 2025 22:34:33 +0100 Subject: [PATCH 2/2] Adjust the wording a bit --- docs/releases.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/releases.rst b/docs/releases.rst index 1e6ca97..de70f27 100644 --- a/docs/releases.rst +++ b/docs/releases.rst @@ -9,12 +9,12 @@ fmf-1.7.0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :ref:`context` dimension names can now contain dash characters as -well so that users can use multi-word names such as -``deployment-mode``. +well so that multi-word names such as ``deployment-mode`` can be +used. -The merge suffix, for example ``+`` character from the -``environment+`` key, is now correctly stripped from the nodes -defined in the root of the tree as well. +The merge suffix, for example ``+`` in the ``environment+`` key, +is now correctly stripped from the nodes defined in the root of +the tree as well. A new callback ``additional_rules_callback`` can now be provided to the :py:meth:`fmf.Tree.adjust` method and affect which nodes