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" }]