From cef826ef8240dda7193f4f6a4dcf680d919a7546 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 12 Jun 2025 03:54:50 +0000 Subject: [PATCH] chore(main): release openfeature-provider-flagd 0.2.5 Signed-off-by: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com> --- .release-please-manifest.json | 2 +- providers/openfeature-provider-flagd/CHANGELOG.md | 7 +++++++ providers/openfeature-provider-flagd/pyproject.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 85fb017d..11c7c805 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,6 @@ { "hooks/openfeature-hooks-opentelemetry": "0.2.0", - "providers/openfeature-provider-flagd": "0.2.4", + "providers/openfeature-provider-flagd": "0.2.5", "providers/openfeature-provider-ofrep": "0.1.1", "providers/openfeature-provider-flipt": "0.1.3" } diff --git a/providers/openfeature-provider-flagd/CHANGELOG.md b/providers/openfeature-provider-flagd/CHANGELOG.md index 88da46ec..adbb0518 100644 --- a/providers/openfeature-provider-flagd/CHANGELOG.md +++ b/providers/openfeature-provider-flagd/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.5](https://github.com/open-feature/python-sdk-contrib/compare/openfeature-provider-flagd/v0.2.4...openfeature-provider-flagd/v0.2.5) (2025-06-12) + + +### 🧹 Chore + +* **deps:** update providers/openfeature-provider-flagd/openfeature/spec digest to 42340bb ([#262](https://github.com/open-feature/python-sdk-contrib/issues/262)) ([89d2889](https://github.com/open-feature/python-sdk-contrib/commit/89d288948c6fb57e18b3b55fee99c1a557678a97)) + ## [0.2.4](https://github.com/open-feature/python-sdk-contrib/compare/openfeature-provider-flagd/v0.2.3...openfeature-provider-flagd/v0.2.4) (2025-06-10) diff --git a/providers/openfeature-provider-flagd/pyproject.toml b/providers/openfeature-provider-flagd/pyproject.toml index 2f119710..600c67a6 100644 --- a/providers/openfeature-provider-flagd/pyproject.toml +++ b/providers/openfeature-provider-flagd/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "hatchling.build" [project] name = "openfeature-provider-flagd" -version = "0.2.4" +version = "0.2.5" description = "OpenFeature provider for the flagd flag evaluation engine" readme = "README.md" authors = [{ name = "OpenFeature", email = "openfeature-core@groups.io" }]