Skip to content

Commit

Permalink
List changes
Browse files Browse the repository at this point in the history
  • Loading branch information
pderakhshanfar committed Aug 29, 2023
1 parent 7661eb8 commit b54a9d5
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@

## [Unreleased]

## [0.1.2]
### Added
- LLM-based test generation using OpenAI platform
- Visualizing the result of tests executions
- Plugin's logo

### Fixed
- Some bugs in parsing tests

### Changed
- Improving user interaction with test cases
- plugin's name

## [0.1.1]
### Added
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.2</h4>
<ul>
<li>Add LLM-based test generation using OpenAI platform</li>
<li>Add visualizing the result of tests executions</li>
<li>Improving user interaction with test cases</li>
<li>Changing the plugin's name</li>
<li>Fix bugs</li>
</ul>
<h4>0.1.1</h4>
<ul>
<li>Add LLM-based test generation for lines and methods</li>
Expand Down

0 comments on commit b54a9d5

Please sign in to comment.