Skip to content

Commit 67e0638

Browse files
committed
Upversion to 0.8.0.Final for release
Signed-off-by: Rob Stryker <[email protected]> Update docs Signed-off-by: Rob Stryker <[email protected]>
1 parent 669bedf commit 67e0638

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ideaVersion=IC-2023.2.4
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.8.0-SNAPSHOT
5+
projectVersion=0.8.0.Final
66
jetBrainsToken=invalid
77
jetBrainsChannel=stable
88
intellijPluginVersion=1.16.0

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@
99
]]></description>
1010

1111
<change-notes><![CDATA[
12+
<h3>0.8.0.Final</h3>
13+
<p>Version 0.8.0 primarily fixes small issues that allow intellij-rsp to work with newer versions of intelliJ.</p>
14+
<ul>
15+
16+
</ul>
1217
<h3>0.7.0</h3>
1318
<p>Version 0.7.0 introduces full feature parity with the suite of RSP extensions in VS-Code.</p>
1419
<ul>

0 commit comments

Comments
 (0)