Skip to content

Commit 5e13fd4

Browse files
chore(main): release dev.openfeature.contrib.tools.flagdapitestkit 0.2.1 (#1754)
Signed-off-by: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com>
1 parent 917374a commit 5e13fd4

4 files changed

Lines changed: 10 additions & 3 deletions

File tree

.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.2.0",
17+
"tools/flagd-api-testkit": "0.2.1",
1818
"tools/flagd-core": "0.1.0",
1919
".": "1.0.0"
2020
}

tools/flagd-api-testkit/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.2.1](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.tools.flagdapitestkit-v0.2.0...dev.openfeature.contrib.tools.flagdapitestkit-v0.2.1) (2026-04-01)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* testkit dep hierarchy ([df3aa5b](https://github.com/open-feature/java-sdk-contrib/commit/df3aa5b61dbac91e9d8932a6ff25071500c5dd57))
9+
310
## [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)
411

512

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.2.0</version> <!--x-release-please-version -->
13+
<version>0.2.1</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.2.0
1+
0.2.1

0 commit comments

Comments
 (0)