Skip to content

Commit

Permalink
Prepare Release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
duemir committed Nov 1, 2022
1 parent 66315c5 commit 3b78fb0
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

group = "org.kohsuke.stapler.idea"
version = "2.0.8"
version = "2.1.0"

java {
toolchain {
Expand Down Expand Up @@ -62,6 +62,13 @@ patchPluginXml {
untilBuild = ""
pluginDescription = extractPluginDescription()
changeNotes = """
<h3>2.1.0</h3>
<ul>
<li>πŸŽ‰ <strong>Views are shown in the Class' Structure tool window.</strong></li>
<li>πŸŽ‰ Jelly is now its own separate file type with its own icon</li>
<li>πŸš€ A file template is added for a Jenkins Jelly View</li>
<li>πŸ› Fix "IllegalArgumentException: Invalid range specified: (1, -1)" when editing style attribute in Jelly files</li>
</ul>
<h3>2.0.8</h3>
<h4>Plugin is renamed from "Stapler Framework Support" to "Jenkins Development Support"</h4>
<h3>2.0.7</h3>
Expand Down

0 comments on commit 3b78fb0

Please sign in to comment.