Skip to content

Commit

Permalink
Bump the version to 0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
JesusFreke committed Jun 21, 2021
1 parent 31eaa73 commit 766e406
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
apply plugin: 'idea'

group 'org.jf'
version '0.6.2'
version '0.6.3'

sourceCompatibility = 1.8

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 @@ -87,6 +87,13 @@ etc.</li>

<change-notes>
<![CDATA[
<a href="https://github.com/JesusFreke/fusionIdea/tree/v0.6.3"><b>v0.6.3</b></a> (2021-06-21) <br/>
<a href="https://github.com/JesusFreke/fusionIdea/compare/v0.6.2...v0.6.3"><small>v0.6.3 Changelog</small></a> <br/>
<ul>
<li>Added a workaround for <a href="https://youtrack.jetbrains.com/issue/IDEA-270963">IDEA-270963</a>
<li>Added a fix for a long hang when trying to use step-into when debugging a script</li>
<li>Various minor updates and changes for methods that are deprecated in IDEA</li>
</ul>
<a href="https://github.com/JesusFreke/fusionIdea/tree/v0.6.2"><b>v0.6.2</b></a> (2020-06-07) <br/>
<a href="https://github.com/JesusFreke/fusionIdea/compare/v0.6.1...v0.6.2"><small>v0.6.2 Changelog</small></a> <br/>
<ul>
Expand Down

0 comments on commit 766e406

Please sign in to comment.