Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update plugin to version 0.3.1 and adding change notes #426

Merged
merged 1 commit into from
Dec 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
6 changes: 6 additions & 0 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@
]]></description>

<change-notes><![CDATA[
<h4>0.3.1</h4>
<ul>
<li>Kotlin test generation now works in K2 mode as well./li>
<li>Support IDEA 243.*.</li>
<li>Fixed minor bugs.</li>
</ul>
<h4>0.3.0</h4>
<ul>
<li>Add full LLM-based Kotlin test generation for line, method/function, and class.</li>
Expand Down
Loading