Skip to content

Commit

Permalink
Update version and add what's new for release v0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
pderakhshanfar committed Nov 16, 2023
1 parent ca6545d commit 85f2397
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.7
### Fixed
- Minor bugs in new test generation UI

## 0.1.6
### Fixed
- Minor bugs in general test generation process
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.6
pluginVersion = 0.1.7

# 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.7</h4>
<ul>
<li>Fixed minor bugs and improve new test generation UI</li>
</ul>
<h4>0.1.6</h4>
<ul>
<li>New UI for requesting a test generation process</li>
Expand Down

0 comments on commit 85f2397

Please sign in to comment.