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 ff733f2 commit f38132cCopy full SHA for f38132c
docs/changelog.rst
@@ -4,6 +4,22 @@
4
Changelog
5
====
6
7
+0.13.0
8
+======
9
+Monday, June 09th, 2025
10
+-----------------------
11
+- Report expected test count in the summary
12
+- Add python 3.13 support and run pr
13
+- test
14
+- job with all supported python versions
15
+- Upgrade PyYAML and fix style error
16
+- Add support for historical report in loader
17
+- Update dependency PyYAML to v5.4
18
+- Update dependency requests to v2.32.2
19
+- Update dependency pycryptodome to v3.19.1
20
+- Removing generated internal project.yml, public project.yml
21
+
22
23
0.12.0
24
======
25
Friday, October 04th, 2024
ducktape/__init__.py
@@ -1 +1 @@
1
-__version__ = '0.12.0'
+__version__ = '0.13.0'
0 commit comments