Skip to content

Commit

Permalink
Add 0.92 release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
MSDehghan committed Nov 12, 2020
1 parent a85859b commit e93f253
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Plugin that helps develop ansible files.
* Suggest defined variables
* Go to variable
* Go to play
* Ansible FQCN support

## Contribution
To report bugs and feature requests you can create a Github issue. For code contribution you can create pull requests.
Expand Down
7 changes: 7 additions & 0 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,20 @@
<li>Suggest inventory variables</li>
<li>Go to variable</li>
<li>Go to play</li>
<li>Ansible FQCN support</li>
</ul>
</p>
]]>
</description>

<change-notes>
<![CDATA[
<h2>0.92</h2>
<ul>
<li>File path completion added wherever was needed(import_playbook, include_tasks, some module options,...).</li>
<li>Fix compatibility issues with 2020.3 EAP</li>
<li>Fix some typos in ansible docs and fields</li>
</ul>
<h2>0.90</h2>
<ul>
<li>Finally roles are supported</li>
Expand Down

0 comments on commit e93f253

Please sign in to comment.