From 4d13996be36a8df68423642b62ed42b4deaefbaf Mon Sep 17 00:00:00 2001 From: ConfluentSemaphore <40306929+ConfluentSemaphore@users.noreply.github.com> Date: Fri, 4 Oct 2024 17:36:02 +0000 Subject: [PATCH] Bump version to 0.12.0 and changelog --- docs/changelog.rst | 11 +++++++++++ ducktape/__init__.py | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 8a190974d..2ca07646a 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,6 +4,17 @@ Changelog ==== +0.12.0 +====== +Friday, October 04th, 2024 +-------------------------- +- Store summary of previous runs when deflaking +- Runner Client Minor Refactor and Test +- Adding nodes used in test summary for HTML report +- Parse args from config files independently +- add support to python 3.10, 3.11 and 3.12 + + 0.11.4 ====== Friday, August 18th, 2023 diff --git a/ducktape/__init__.py b/ducktape/__init__.py index 8e747ccf6..2c7bffbf8 100644 --- a/ducktape/__init__.py +++ b/ducktape/__init__.py @@ -1 +1 @@ -__version__ = '0.11.4' +__version__ = '0.12.0'