From 046db53dd9884b2497cc796fb2f56ec637070db1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 08:31:37 +0000 Subject: [PATCH] chore(main): release openfeature-flagd-api 1.0.0 Signed-off-by: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com> --- .release-please-manifest.json | 2 +- tools/openfeature-flagd-api/CHANGELOG.md | 9 +++++++++ tools/openfeature-flagd-api/pyproject.toml | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5634da3c..93573c12 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -6,7 +6,7 @@ "providers/openfeature-provider-flipt": "0.1.3", "providers/openfeature-provider-env-var": "0.1.1", "providers/openfeature-provider-unleash": "0.1.2", - "tools/openfeature-flagd-api": "0.1.0", + "tools/openfeature-flagd-api": "1.0.0", "tools/openfeature-flagd-core": "0.1.0", "tools/openfeature-flagd-api-testkit": "0.1.0" } diff --git a/tools/openfeature-flagd-api/CHANGELOG.md b/tools/openfeature-flagd-api/CHANGELOG.md index 825c32f0..0cdebef8 100644 --- a/tools/openfeature-flagd-api/CHANGELOG.md +++ b/tools/openfeature-flagd-api/CHANGELOG.md @@ -1 +1,10 @@ # Changelog + +## [1.0.0](https://github.com/open-feature/python-sdk-contrib/compare/openfeature-flagd-api/v0.1.0...openfeature-flagd-api/v1.0.0) (2026-04-29) + + +### ✨ 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/pyproject.toml b/tools/openfeature-flagd-api/pyproject.toml index 676bab5b..9f5cb17c 100644 --- a/tools/openfeature-flagd-api/pyproject.toml +++ b/tools/openfeature-flagd-api/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "uv_build" [project] name = "openfeature-flagd-api" -version = "0.1.0" +version = "1.0.0" description = "OpenFeature flagd evaluator API definition" readme = "README.md" authors = [{ name = "OpenFeature", email = "openfeature-core@groups.io" }]