From ea72694813a34573f75cbbe284792c4fa96c73c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bern=C3=A1t=20G=C3=A1bor?= Date: Tue, 13 Aug 2024 09:41:44 -0700 Subject: [PATCH] release 4.18.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Bernát Gábor --- docs/changelog.rst | 12 ++++++++++++ docs/changelog/3278.bugfix.rst | 1 - docs/changelog/3318.feature.rst | 1 - docs/changelog/3325.bugfix.rst | 1 - 4 files changed, 12 insertions(+), 3 deletions(-) delete mode 100644 docs/changelog/3278.bugfix.rst delete mode 100644 docs/changelog/3318.feature.rst delete mode 100644 docs/changelog/3325.bugfix.rst diff --git a/docs/changelog.rst b/docs/changelog.rst index fbdf9f0d6..608b2b58e 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,6 +4,18 @@ Release History .. towncrier release notes start +v4.18.0 (2024-08-13) +-------------------- + +Features - 4.17.2 +~~~~~~~~~~~~~~~~~ +- Suppress spinner in parallel runs in CI - by :user:`ziima`. (:issue:`3318`) + +Bugfixes - 4.17.2 +~~~~~~~~~~~~~~~~~ +- Boost temporary directories cleanup in tests - by :user:`ziima`. (:issue:`3278`) +- Fix absolute base python paths conflicting - by :user:`gaborbernat`. (:issue:`3325`) + v4.17.1 (2024-08-07) -------------------- diff --git a/docs/changelog/3278.bugfix.rst b/docs/changelog/3278.bugfix.rst deleted file mode 100644 index 920de682a..000000000 --- a/docs/changelog/3278.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Boost temporary directories cleanup in tests - by :user:`ziima`. diff --git a/docs/changelog/3318.feature.rst b/docs/changelog/3318.feature.rst deleted file mode 100644 index eaa5ba350..000000000 --- a/docs/changelog/3318.feature.rst +++ /dev/null @@ -1 +0,0 @@ -Suppress spinner in parallel runs in CI - by :user:`ziima`. diff --git a/docs/changelog/3325.bugfix.rst b/docs/changelog/3325.bugfix.rst deleted file mode 100644 index 51075bf6a..000000000 --- a/docs/changelog/3325.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Fix absolute base python paths conflicting - by :user:`gaborbernat`.