Skip to content

Commit

Permalink
preparing release 0.1.3 (#179)
Browse files Browse the repository at this point in the history
Signed-off-by: Andre Dietisheim <[email protected]>
  • Loading branch information
adietish authored Mar 25, 2021
1 parent 2611e67 commit e2c8a3a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ideaVersion=IC-2018.3
# build number ranges
# https://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html
sinceIdeaBuild=183.3975.18
projectVersion=0.1.3-SNAPSHOT
projectVersion=0.1.3
jetBrainsToken=invalid
jetBrainsChannel=stable
kotlinVersion=1.3.72
Expand Down
12 changes: 11 additions & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,17 @@
<p>The plugin provides functionalities and user experiences that are very close to the Kubernetes extension for vscode (Visual Studio Code Kubernetes Tools).</p>
]]>
</description>

<change-notes>
<![CDATA[
<p></p>
<h3>1.3.0</h3>
<ul>
<li><a href="https://github.com/redhat-developer/intellij-kubernetes/issues/172">PluginException: Icon cannot be found in 'AllIcons.Modules.DeleteContentFolder'</a></li>
<li><a href="https://github.com/redhat-developer/intellij-kubernetes/issues/132">Should stop watching resources when tree node is collapsed </a></li>
</ul>
<p></p>
]]>
</change-notes>
<depends>com.intellij.modules.lang</depends>

<extensions defaultExtensionNs="com.intellij">
Expand Down

0 comments on commit e2c8a3a

Please sign in to comment.