Skip to content

Commit e2c8a3a

Browse files
authored
preparing release 0.1.3 (#179)
Signed-off-by: Andre Dietisheim <[email protected]>
1 parent 2611e67 commit e2c8a3a

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ideaVersion=IC-2018.3
22
# build number ranges
33
# https://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html
44
sinceIdeaBuild=183.3975.18
5-
projectVersion=0.1.3-SNAPSHOT
5+
projectVersion=0.1.3
66
jetBrainsToken=invalid
77
jetBrainsChannel=stable
88
kotlinVersion=1.3.72

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

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,17 @@
88
<p>The plugin provides functionalities and user experiences that are very close to the Kubernetes extension for vscode (Visual Studio Code Kubernetes Tools).</p>
99
]]>
1010
</description>
11-
11+
<change-notes>
12+
<![CDATA[
13+
<p></p>
14+
<h3>1.3.0</h3>
15+
<ul>
16+
<li><a href="https://github.com/redhat-developer/intellij-kubernetes/issues/172">PluginException: Icon cannot be found in 'AllIcons.Modules.DeleteContentFolder'</a></li>
17+
<li><a href="https://github.com/redhat-developer/intellij-kubernetes/issues/132">Should stop watching resources when tree node is collapsed </a></li>
18+
</ul>
19+
<p></p>
20+
]]>
21+
</change-notes>
1222
<depends>com.intellij.modules.lang</depends>
1323

1424
<extensions defaultExtensionNs="com.intellij">

0 commit comments

Comments
 (0)