Skip to content

Commit e3506be

Browse files
chore(main): release dev.openfeature.contrib.tools.junitopenfeature 1.0.0
1 parent 9fff9db commit e3506be

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
"providers/flipt": "0.0.2",
1010
"providers/configcat": "0.0.3",
1111
"providers/statsig": "0.0.4",
12-
"tools/junit-openfeature": "0.0.0"
12+
"tools/junit-openfeature": "1.0.0"
1313
}

tools/junit-openfeature/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## 1.0.0 (2024-07-26)
4+
5+
6+
### ✨ New Features
7+
8+
* Add JUnit5 extension for OpenFeature ([#888](https://github.com/open-feature/java-sdk-contrib/issues/888)) ([9fff9db](https://github.com/open-feature/java-sdk-contrib/commit/9fff9db4bcee3c3ae8128a1b2fb040f53df1d5ed))

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.0.0</version> <!--x-release-please-version -->
13+
<version>1.0.0</version> <!--x-release-please-version -->
1414

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

0 commit comments

Comments
 (0)