File tree Expand file tree Collapse file tree
jdoc-cucumber-gradle-plugin Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- {"." :" 0.12 .0" }
1+ {"." :" 0.13 .0" }
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.13.0] ( https://github.com/boolivar/jdoc-test/compare/0.12.0...0.13.0 ) (2026-08-20)
4+
5+
6+ ### Features
7+
8+ * JdocSpecReader.streamFiles @MustBeClosed ([ #135 ] ( https://github.com/boolivar/jdoc-test/issues/135 ) ) ([ 1a6e46a] ( https://github.com/boolivar/jdoc-test/commit/1a6e46adbba3c6be4eef52998c58f3d13004b0e7 ) )
9+
10+
11+ ### Bug Fixes
12+
13+ * Path.getFileName() null handling ([ 0b229b3] ( https://github.com/boolivar/jdoc-test/commit/0b229b3770c903df5e34c01c1685a31b14fdbe7b ) )
14+
315## [ 0.12.0] ( https://github.com/boolivar/jdoc-test/compare/0.11.0...0.12.0 ) (2026-04-12)
416
517
Original file line number Diff line number Diff line change 88``` gradle
99plugins {
1010 id "java"
11- id "io.github.boolivar.jdoctest.jdoc-cucumber" version "0.12 .0"
11+ id "io.github.boolivar.jdoctest.jdoc-cucumber" version "0.13 .0"
1212}
1313
1414repositories {
Original file line number Diff line number Diff line change 77<dependency >
88 <groupId >io.github.boolivar.jdoctest</groupId >
99 <artifactId >jdoc-cucumber</artifactId >
10- <version >0.12 .0</version >
10+ <version >0.13 .0</version >
1111 <scope >test</scope >
1212</dependency >
1313```
@@ -49,7 +49,7 @@ repositories {
4949}
5050
5151dependencies {
52- <!-- x-release-please-version --> testRuntimeOnly "io.github.boolivar.jdoctest:jdoc-cucumber:0.12 .0"
52+ <!-- x-release-please-version --> testRuntimeOnly "io.github.boolivar.jdoctest:jdoc-cucumber:0.13 .0"
5353 testImplementation "io.cucumber:cucumber-java:7.17.0"
5454}
5555</pre >
Original file line number Diff line number Diff line change 88``` gradle
99plugins {
1010 id "java"
11- id "io.github.boolivar.jdoctest.jdoc-spock" version "0.12 .0"
11+ id "io.github.boolivar.jdoctest.jdoc-spock" version "0.13 .0"
1212}
1313
1414repositories {
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Additional non-mandatory `<pre>` tag keeps code formatting for javadoc presentat
1010<dependency >
1111 <groupId >io.github.boolivar.jdoctest</groupId >
1212 <artifactId >jdoc-spock</artifactId >
13- <version >0.12 .0</version >
13+ <version >0.13 .0</version >
1414 <scope >test</scope >
1515</dependency >
1616```
@@ -46,7 +46,7 @@ repositories {
4646}
4747
4848dependencies {
49- testRuntimeOnly "io.github.boolivar.jdoctest:jdoc-spock:0.12 .0"
49+ testRuntimeOnly "io.github.boolivar.jdoctest:jdoc-spock:0.13 .0"
5050}
5151```
5252<!-- x-release-please-end -->
You can’t perform that action at this time.
0 commit comments