Skip to content

Commit

Permalink
Update plugin's version and change logs
Browse files Browse the repository at this point in the history
  • Loading branch information
pderakhshanfar committed Feb 14, 2024
1 parent 6881398 commit 8d58b1f
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@

## Unreleased

## 0.1.9
### Fixed
- a bug related to predicting if a prompt is larger than maximum prompt size
- Test execution tasks will run in background (test execution does not freeze the IDE)
- minor bug in displaying number of passed tests
### Changed
- Better default prompt
- Better user's request handling
### Added
- Model selection for JetBrains AI Assistant platform

## 0.1.8
### Fixed
- Windows compatibility issue
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.8
pluginVersion = 0.1.9

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

<change-notes><![CDATA[
<h4>0.1.9</h4>
<ul>
<li>Model selection for JetBrains AI Assistant platform</li>
<li>Better user's request handling</li>
<li>Better default prompt</li>
<li>Fixed a minor bug in displaying number of passed tests</li>
<li>Test execution tasks will run in background now</li>
<li>Fixed a bug related to predicting if a prompt is larger than the maximum prompt size</li>
</ul>
<h4>0.1.8</h4>
<ul>
<li>Fixed Windows compatibility issues</li>
Expand Down

0 comments on commit 8d58b1f

Please sign in to comment.