We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd7b1b2 commit b6bdd29Copy full SHA for b6bdd29
README.rst
@@ -40,6 +40,13 @@ https://tcms-api.readthedocs.io/en/latest/modules/tcms_api.html
40
CHANGELOG
41
---------
42
43
+v12.8.1 (22 Dec 2023)
44
+~~~~~~~~~~~~~~~~~~~~~
45
+
46
+- Limit TestPlan.name and TestCase.summary length before any usage
47
+ avoiding possible records mismatch between filter & create operations
48
49
50
v12.8 (17 Dec 2023)
51
~~~~~~~~~~~~~~~~~~~
52
tcms_api/version.py
@@ -1 +1 @@
1
-__version__ = "12.8"
+__version__ = "12.8.1"
0 commit comments