Skip to content

Commit 53dbe0e

Browse files
committed
release 0.5.1 (#422)
Signed-off-by: Andre Dietisheim <adietish@redhat.com>
1 parent 9fc463e commit 53dbe0e

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
ideaVersion=IC-2021.1
22
# build number ranges
33
# https://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html
4-
sinceIdeaBuild=193
5-
projectVersion=0.5.1-SNAPSHOT
4+
sinceIdeaBuild=211
5+
projectVersion=0.5.1
66
jetBrainsToken=invalid
77
jetBrainsChannel=stable
88
intellijPluginVersion=1.6.0

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@
1010
</description>
1111
<change-notes>
1212
<![CDATA[
13+
<h3>0.5.1</h3>
14+
<ul>
15+
<li><a href="https://github.com/redhat-developer/intellij-kubernetes/issues/336">As a user I would like to see full error message</a></li>
16+
<li><a href="https://github.com/redhat-developer/intellij-kubernetes/issues/416">Fatal error when closing opened editor tabs</a></li>
17+
<li><a href="https://github.com/redhat-developer/intellij-kubernetes/commit/a554519c76fba50c260f803012ce7aedd43388e2">bump min IDEA version to IC-2021.1</a></li>
18+
</ul>
1319
<p></p>
1420
<h3>0.5.0</h3>
1521
<ul>

0 commit comments

Comments
 (0)