Skip to content

Commit

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

group = "org.kohsuke.stapler.idea"
version = "2.0.7-SNAPSHOT"
version = "2.0.7"

java {
toolchain {
Expand Down Expand Up @@ -55,6 +55,12 @@ patchPluginXml {
sinceBuild = "203.00"
untilBuild = ""
changeNotes = """
<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>stapler.xsd</code> is formatted to improve readability</li>
</ul>
<h3>2.0.6</h3>
<ul>
<li>Switch from deprecated imperative File Type definition to the declarative one. Internal change. No functional changes are expected.</li>
Expand Down

0 comments on commit e422020

Please sign in to comment.