Skip to content

Commit b6bdd29

Browse files
committed
Changelog for v12.8.1
1 parent cd7b1b2 commit b6bdd29

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

README.rst

+7
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,13 @@ https://tcms-api.readthedocs.io/en/latest/modules/tcms_api.html
4040
CHANGELOG
4141
---------
4242

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+
4350
v12.8 (17 Dec 2023)
4451
~~~~~~~~~~~~~~~~~~~
4552

tcms_api/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "12.8"
1+
__version__ = "12.8.1"

0 commit comments

Comments
 (0)