Skip to content

Commit f4aa9a4

Browse files
chore(main): release dev.openfeature.contrib.tools.junitopenfeature 0.1.3
1 parent a4be1ff commit f4aa9a4

File tree

5 files changed

+16
-4
lines changed

5 files changed

+16
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
"providers/configcat": "0.1.0",
1111
"providers/statsig": "0.1.0",
1212
"providers/multiprovider": "0.0.1",
13-
"tools/junit-openfeature": "0.1.2",
13+
"tools/junit-openfeature": "0.1.3",
1414
".": "0.2.2"
1515
}

tools/junit-openfeature/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.1.3](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.tools.junitopenfeature-v0.1.2...dev.openfeature.contrib.tools.junitopenfeature-v0.1.3) (2025-04-24)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* **deps:** update dependency org.junit-pioneer:junit-pioneer to v2 ([#1100](https://github.com/open-feature/java-sdk-contrib/issues/1100)) ([3bf822b](https://github.com/open-feature/java-sdk-contrib/commit/3bf822b46acc796fdc08a7567723a3e1861019cb))
9+
10+
11+
### ✨ New Features
12+
13+
* migrate to Java 11 ([#1336](https://github.com/open-feature/java-sdk-contrib/issues/1336)) ([a4be1ff](https://github.com/open-feature/java-sdk-contrib/commit/a4be1ff66870a72189873171e83c5b65dbb9991c))
14+
315
## [0.1.2](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.tools.junitopenfeature-v0.1.1...dev.openfeature.contrib.tools.junitopenfeature-v0.1.2) (2024-12-03)
416

517

tools/junit-openfeature/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ A JUnit5 extension to reduce boilerplate code for testing code which utilizes Op
88
<dependency>
99
<groupId>dev.openfeature.contrib.tools</groupId>
1010
<artifactId>junitopenfeature</artifactId>
11-
<version>0.1.2</version>
11+
<version>0.1.3</version>
1212
<scope>test</scope>
1313
</dependency>
1414
```

tools/junit-openfeature/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</parent>
1111
<groupId>dev.openfeature.contrib.tools</groupId>
1212
<artifactId>junitopenfeature</artifactId>
13-
<version>0.1.2</version> <!--x-release-please-version -->
13+
<version>0.1.3</version> <!--x-release-please-version -->
1414

1515
<name>junit-openfeature-extension</name>
1616
<description>JUnit5 Extension for OpenFeature</description>

tools/junit-openfeature/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.2
1+
0.1.3

0 commit comments

Comments
 (0)