Skip to content

Commit 9043e97

Browse files
committed
Upversion to 0.7.0 for release
Signed-off-by: Rob Stryker <[email protected]>
1 parent 45cb12e commit 9043e97

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ideaVersion=IC-2021.3
22
# build number ranges
33
# https://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html
44
sinceIdeaBuild=211
5-
projectVersion=0.6.0.Final
5+
projectVersion=0.7.0
66
jetBrainsToken=invalid
77
jetBrainsChannel=stable
88
intellijPluginVersion=1.13.2

src/main/resources/META-INF/plugin.xml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,12 @@
55

66
<description><![CDATA[
77
<img src="https://raw.githubusercontent.com/redhat-developer/intellij-rsp/master/src/main/resources/images/rsp_ui_icon.png" width="32" height="32"/>
8-
<p>A plugin for interacting with various RSP Servers to control various runtimes or application servers.</p>
8+
<p>A plugin for interacting with various RSP Servers to control runtimes or application servers.</p>
99
]]></description>
1010

1111
<change-notes><![CDATA[
12-
<h3>0.5.1.Final</h3>
13-
<ul>
14-
15-
</ul>
16-
<h3>0.5.0</h3>
12+
<h3>0.7.0</h3>
13+
<p>Version 0.7.0 introduces full feature parity with the suite of RSP extensions in VS-Code.</p>
1714
<ul>
1815
<li>Fixes <a href="https://github.com/redhat-developer/intellij-rsp/issues/147">#147</a> - progress monitor issue</li>
1916
<li>Fixes <a href="https://github.com/redhat-developer/intellij-rsp/issues/145">#145</a> - connected vs started rsp state</li>
@@ -30,7 +27,7 @@
3027
<p><b>0.2.3</b></p>
3128
<p>Add support for file and folder browsing in some workflows</p>
3229
<p><b>0.1.0</b></p>
33-
<p>Initial release</p>
30+
<p>Initial Implementation</p>
3431
]]>
3532
</change-notes>
3633

0 commit comments

Comments
 (0)