Skip to content

Commit 77e2b3c

Browse files
aepfliCopilot
andcommitted
chore: release flagd-api-testkit as 0.1.0 instead of 1.0.0
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Signed-off-by: Simon Schrottner <simon.schrottner@dynatrace.com>
1 parent 36d2699 commit 77e2b3c

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
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",
1718
"tools/flagd-core": "0.1.0",
18-
".": "1.0.0",
19-
"tools/flagd-api-testkit": "1.0.0"
19+
".": "1.0.0"
2020
}

tools/flagd-api-testkit/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 1.0.0 (2026-03-30)
3+
## 0.1.0 (2026-03-30)
44

55

66
### ✨ New Features

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>1.0.0</version> <!--x-release-please-version -->
13+
<version>0.1.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-
1.0.0
1+
0.1.0

0 commit comments

Comments
 (0)