From 279a53e56a5d1d0677a273dc9af2b60941bd030f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 17:56:13 +0000 Subject: [PATCH] chore(main): release openfeature-flagd-api-testkit 0.1.1 Signed-off-by: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com> --- .release-please-manifest.json | 2 +- tools/openfeature-flagd-api-testkit/CHANGELOG.md | 9 +++++++++ tools/openfeature-flagd-api-testkit/pyproject.toml | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5634da3c..72bc4d11 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -8,5 +8,5 @@ "providers/openfeature-provider-unleash": "0.1.2", "tools/openfeature-flagd-api": "0.1.0", "tools/openfeature-flagd-core": "0.1.0", - "tools/openfeature-flagd-api-testkit": "0.1.0" + "tools/openfeature-flagd-api-testkit": "0.1.1" } diff --git a/tools/openfeature-flagd-api-testkit/CHANGELOG.md b/tools/openfeature-flagd-api-testkit/CHANGELOG.md index 825c32f0..f3360419 100644 --- a/tools/openfeature-flagd-api-testkit/CHANGELOG.md +++ b/tools/openfeature-flagd-api-testkit/CHANGELOG.md @@ -1 +1,10 @@ # Changelog + +## [0.1.1](https://github.com/open-feature/python-sdk-contrib/compare/openfeature-flagd-api-testkit/v0.1.0...openfeature-flagd-api-testkit/v0.1.1) (2026-04-24) + + +### ✨ New Features + +* **flagd:** extract evaluator into api, core, and testkit packages ([#377](https://github.com/open-feature/python-sdk-contrib/issues/377)) ([1995534](https://github.com/open-feature/python-sdk-contrib/commit/1995534c2545b8c65d2944e3e52ce19a552b4815)) + +## Changelog diff --git a/tools/openfeature-flagd-api-testkit/pyproject.toml b/tools/openfeature-flagd-api-testkit/pyproject.toml index 64e77797..d3cda3f4 100644 --- a/tools/openfeature-flagd-api-testkit/pyproject.toml +++ b/tools/openfeature-flagd-api-testkit/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "openfeature-flagd-api-testkit" -version = "0.1.0" +version = "0.1.1" description = "OpenFeature flagd evaluator API compliance test suite" readme = "README.md" authors = [{ name = "OpenFeature", email = "openfeature-core@groups.io" }]