From 88cafb638cb4d76d32c817c2a09d4d05f7de7a38 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 24 Jul 2025 12:42:07 +0000 Subject: [PATCH] chore(main): release openfeature-provider-flipt 0.2.0 Signed-off-by: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com> --- .release-please-manifest.json | 2 +- providers/openfeature-provider-flipt/CHANGELOG.md | 11 +++++++++++ providers/openfeature-provider-flipt/pyproject.toml | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6fcfcbf9..3bae1481 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -2,6 +2,6 @@ "hooks/openfeature-hooks-opentelemetry": "0.2.0", "providers/openfeature-provider-flagd": "0.2.6", "providers/openfeature-provider-ofrep": "0.1.1", - "providers/openfeature-provider-flipt": "0.1.3", + "providers/openfeature-provider-flipt": "0.2.0", "providers/openfeature-provider-env-var": "0.1.0" } diff --git a/providers/openfeature-provider-flipt/CHANGELOG.md b/providers/openfeature-provider-flipt/CHANGELOG.md index fd0d1651..44c2b312 100644 --- a/providers/openfeature-provider-flipt/CHANGELOG.md +++ b/providers/openfeature-provider-flipt/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.2.0](https://github.com/open-feature/python-sdk-contrib/compare/openfeature-provider-flipt/v0.1.3...openfeature-provider-flipt/v0.2.0) (2025-07-24) + + +### ⚠ BREAKING CHANGES + +* drop Python 3.8 support ([#187](https://github.com/open-feature/python-sdk-contrib/issues/187)) + +### chore + +* drop Python 3.8 support ([#187](https://github.com/open-feature/python-sdk-contrib/issues/187)) ([b55cc1e](https://github.com/open-feature/python-sdk-contrib/commit/b55cc1e0f823d05a330c12af6861dbd3bec69c3a)) + ## [0.1.3](https://github.com/open-feature/python-sdk-contrib/compare/openfeature-provider-flipt/v0.1.2...openfeature-provider-flipt/v0.1.3) (2025-01-21) diff --git a/providers/openfeature-provider-flipt/pyproject.toml b/providers/openfeature-provider-flipt/pyproject.toml index 368362d0..1bfcf61d 100644 --- a/providers/openfeature-provider-flipt/pyproject.toml +++ b/providers/openfeature-provider-flipt/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "hatchling.build" [project] name = "openfeature-provider-flipt" -version = "0.1.3" +version = "0.2.0" description = "OpenFeature provider for the Flipt feature flagging service" readme = "README.md" authors = [{ name = "OpenFeature", email = "openfeature-core@groups.io" }]