We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33447b6 commit 4d13996Copy full SHA for 4d13996
docs/changelog.rst
@@ -4,6 +4,17 @@
4
Changelog
5
====
6
7
+0.12.0
8
+======
9
+Friday, October 04th, 2024
10
+--------------------------
11
+- Store summary of previous runs when deflaking
12
+- Runner Client Minor Refactor and Test
13
+- Adding nodes used in test summary for HTML report
14
+- Parse args from config files independently
15
+- add support to python 3.10, 3.11 and 3.12
16
+
17
18
0.11.4
19
======
20
Friday, August 18th, 2023
ducktape/__init__.py
@@ -1 +1 @@
1
-__version__ = '0.11.4'
+__version__ = '0.12.0'
0 commit comments