Skip to content

Commit c74aba5

Browse files
committed
Update TESTAR version
1 parent fe98899 commit c74aba5

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
#TESTAR v2.7.13 (24-Oct-2025)
2+
- Add reasoning effort to OpenAI API
3+
- Update corresponding llm protocols
4+
5+
16
#TESTAR v2.7.12 (22-Oct-2025)
27
- Bump org.seleniumhq.selenium:selenium-java from 4.36.0 to 4.37.0
38
- Update devtools dependencies to v141

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.7.12
1+
2.7.13

testar/src/org/testar/monkey/Main.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262

6363
public class Main {
6464

65-
public static final String TESTAR_VERSION = "v2.7.12 (22-Oct-2025)";
65+
public static final String TESTAR_VERSION = "v2.7.13 (24-Oct-2025)";
6666

6767
//public static final String TESTAR_DIR_PROPERTY = "DIRNAME"; //Use the OS environment to obtain TESTAR directory
6868
public static final String SETTINGS_FILE = "test.settings";

0 commit comments

Comments
 (0)