Skip to content

Commit b0e7ccf

Browse files
chore(main): release dev.openfeature.contrib.tools.flagdapitestkit 0.2.0
Signed-off-by: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com>
1 parent 0f0c440 commit b0e7ccf

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"tools/junit-openfeature": "0.2.1",
1515
"tools/flagd-http-connector": "0.0.4",
1616
"tools/flagd-api": "0.1.0",
17-
"tools/flagd-api-testkit": "0.1.0",
17+
"tools/flagd-api-testkit": "0.2.0",
1818
"tools/flagd-core": "0.1.0",
1919
".": "1.0.0"
2020
}
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
11
# Changelog
22

3+
## [0.2.0](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.tools.flagdapitestkit-v0.1.0...dev.openfeature.contrib.tools.flagdapitestkit-v0.2.0) (2026-04-01)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* fractional bucketing improvements ([#1740](https://github.com/open-feature/java-sdk-contrib/issues/1740))
9+
10+
### ✨ New Features
11+
12+
* add flagd-api-testkit module ([#1742](https://github.com/open-feature/java-sdk-contrib/issues/1742)) ([20e7181](https://github.com/open-feature/java-sdk-contrib/commit/20e71814c5d007a25ffe0fc2cf3f8ebe442e1eb1))
13+
* fractional bucketing improvements ([#1740](https://github.com/open-feature/java-sdk-contrib/issues/1740)) ([0f0c440](https://github.com/open-feature/java-sdk-contrib/commit/0f0c44057c99840bb45c6e4f4d6dc135362f9329))
14+
315
## [0.1.0] - Initial release

tools/flagd-api-testkit/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>flagd-api-testkit</artifactId>
13-
<version>0.1.0</version> <!--x-release-please-version -->
13+
<version>0.2.0</version> <!--x-release-please-version -->
1414

1515
<properties>
1616
<module-name>${groupId}.flagdapitestkit</module-name>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.0
1+
0.2.0

0 commit comments

Comments
 (0)