Skip to content

Commit

Permalink
Update version and changelogs for the new release
Browse files Browse the repository at this point in the history
  • Loading branch information
pderakhshanfar committed Oct 26, 2023
1 parent d8c7e27 commit fd131f5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

## Unreleased

## 0.1.5
### Fixed
- Minor bugs in LLM-based test generation process

## 0.1.4

### Added
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.1.4
pluginVersion = 0.1.5

# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
# for insight into build numbers and IntelliJ Platform versions.
Expand Down
4 changes: 4 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,10 @@
]]></description>

<change-notes><![CDATA[
<h4>0.1.5</h4>
<ul>
<li>Fix some minor bugs in LLM-based test generation process</li>
</ul>
<h4>0.1.4</h4>
<ul>
<li>New UI for test generation report</li>
Expand Down

0 comments on commit fd131f5

Please sign in to comment.