Skip to content

Commit 4badac4

Browse files
committed
chore(master): release 0.13.0
1 parent 12d2f3c commit 4badac4

6 files changed

Lines changed: 19 additions & 7 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"0.12.0"}
1+
{".":"0.13.0"}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
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

jdoc-cucumber-gradle-plugin/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
```gradle
99
plugins {
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
1414
repositories {

jdoc-cucumber/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
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

5151
dependencies {
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>

jdoc-spock-gradle-plugin/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
```gradle
99
plugins {
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
1414
repositories {

jdoc-spock/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
4848
dependencies {
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 -->

0 commit comments

Comments
 (0)