You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/changes/changes.xml
+12-11Lines changed: 12 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -46,17 +46,18 @@ The <action> type attribute can be add,update,fix,remove.
46
46
</properties>
47
47
<body>
48
48
<releaseversion="1.15.0"date="YYYY-MM-DD"description="This is a feature and maintenance release. Java 8 or later is required.">
49
-
<!-- FIX -->
50
-
<actiontype="fix"dev="ggregory"due-to="Gary Gregory">Fix exception message typo in XmlStringLookup.XmlStringLookup(Map, Path...).</action>
51
-
<actiontype="fix"dev="ggregory"due-to="Pierre Post, Sumit Bera, Alex Herbert, Gary Gregory"issue="TEXT-236">Inserting at end of a TextStringBuilder throws a StringIndexOutOfBoundsException.</action>
52
-
<!-- ADD -->
53
-
<actiontype="add"dev="ggregory"due-to="Piotr P. Karwasz, Gary Gregory">Add experimental CycloneDX VEX file #683.</action>
54
-
<actiontype="add"dev="ggregory"due-to="LorgeN, Gary Gregory"issue="TEXT-235">Add Damerau-Levenshtein distance #687.</action>
55
-
<!-- UPDATE -->
56
-
<actiontype="update"dev="ggregory"due-to="Gary Gregory">Bump org.apache.commons:commons-parent from 85 to 91 #704.</action>
57
-
<actiontype="update"dev="ggregory"due-to="Gary Gregory">Bump commons.bytebuddy.version from 1.17.6 to 1.17.8 #696.</action>
58
-
<actiontype="update"dev="ggregory"due-to="Gary Gregory, Dependabot">Bump graalvm.version from 24.2.2 to 25.0.1 #703, #716.</action>
59
-
<actiontype="update"dev="ggregory"due-to="Gary Gregory">Bump org.apache.commons:commons-lang3 from 3.18.0 to 3.19.0.</action>
49
+
<!-- FIX -->
50
+
<actiontype="fix"dev="ggregory"due-to="Gary Gregory">Fix exception message typo in XmlStringLookup.XmlStringLookup(Map, Path...).</action>
51
+
<actiontype="fix"dev="ggregory"due-to="Pierre Post, Sumit Bera, Alex Herbert, Gary Gregory"issue="TEXT-236">Inserting at end of a TextStringBuilder throws a StringIndexOutOfBoundsException.</action>
52
+
<!-- ADD -->
53
+
<actiontype="add"dev="ggregory"due-to="Piotr P. Karwasz, Gary Gregory">Add experimental CycloneDX VEX file #683.</action>
54
+
<actiontype="add"dev="ggregory"due-to="LorgeN, Gary Gregory"issue="TEXT-235">Add Damerau-Levenshtein distance #687.</action>
55
+
<!-- UPDATE -->
56
+
<actiontype="update"dev="ggregory"due-to="Gary Gregory">Bump org.apache.commons:commons-parent from 85 to 91 #704.</action>
57
+
<actiontype="update"dev="ggregory"due-to="Gary Gregory">Bump commons.bytebuddy.version from 1.17.6 to 1.17.8 #696.</action>
58
+
<actiontype="update"dev="ggregory"due-to="Gary Gregory, Dependabot">Bump graalvm.version from 24.2.2 to 25.0.1 #703, #716.</action>
59
+
<actiontype="update"dev="ggregory"due-to="Gary Gregory">Bump org.apache.commons:commons-lang3 from 3.18.0 to 3.19.0.</action>
60
+
<actiontype="update"dev="ggregory"due-to="Gary Gregory">Bump commons-io:commons-io from 2.20.0 to 2.21.0.</action>
60
61
</release>
61
62
<releaseversion="1.14.0"date="2025-07-20"description="Release 1.14.0. Requires Java 8 or above.">
0 commit comments