Skip to content

Commit

Permalink
Update plugin to version 0.3.1 and adding change notes (#426)
Browse files Browse the repository at this point in the history
  • Loading branch information
pderakhshanfar authored Dec 11, 2024
1 parent b5a1557 commit 1f655a0
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
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

0 comments on commit 1f655a0

Please sign in to comment.