From 1f655a076b4d4ecfaa2b0437009eebc578751773 Mon Sep 17 00:00:00 2001 From: Pouria Derakhshanfar Date: Wed, 11 Dec 2024 13:03:16 +0100 Subject: [PATCH] Update plugin to version 0.3.1 and adding change notes (#426) --- CHANGELOG.md | 6 ++++++ gradle.properties | 2 +- src/main/resources/META-INF/plugin.xml | 6 ++++++ 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b539dc8b7..7c1b05422 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ # TestSpark Changelog ## Unreleased +## 0.3.1 +### Fixed +- Multiple minor bugs in test generation algorithms. +### Added +- Kotlin test generation now works in K2 mode as well. +- Support IDEA `243.*`. ## 0.3.0 ### Fixed - Multiple bugs in the UI. diff --git a/gradle.properties b/gradle.properties index 14eb70aa1..513624059 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ pluginGroup = org.jetbrains.research.testspark pluginName = TestSpark # SemVer format -> https://semver.org -pluginVersion = 0.3.0 +pluginVersion = 0.3.1 evosuiteVersion = 1.0.5 diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml index 454ee2f00..f1655eb08 100644 --- a/src/main/resources/META-INF/plugin.xml +++ b/src/main/resources/META-INF/plugin.xml @@ -36,6 +36,12 @@ ]]> 0.3.1 +

0.3.0