Skip to content

Commit

Permalink
Prepare Release 2.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
duemir committed Sep 13, 2022
1 parent 3979bdf commit 3972505
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions 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-SNAPSHOT"
version = "2.0.8"

java {
toolchain {
Expand Down Expand Up @@ -59,10 +59,12 @@ patchPluginXml {
untilBuild = ""
pluginDescription = extractPluginDescription()
changeNotes = """
<h3>2.0.8</h3>
<h4>Plugin is renamed from "Stapler Framework Support" to "Jenkins Development Support"</h4>
<h3>2.0.7</h3>
<ul>
<li>Fix the <code>StackOverflowError</code> in Stapler Custom Jelly Taglibrary</li>
<li><code>*.jellytag</code> extension is recognized as Jelly. Stapler supports it for Jellyy Taglibraries</li>
<li><code>*.jellytag</code> extension is recognized as Jelly. Stapler supports it for Jelly Taglibraries</li>
<li><code>stapler.xsd</code> is formatted to improve readability</li>
</ul>
<h3>2.0.6</h3>
Expand Down

0 comments on commit 3972505

Please sign in to comment.