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..5fb749c8 100644 --- a/providers/openfeature-provider-flipt/CHANGELOG.md +++ b/providers/openfeature-provider-flipt/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [0.2.0](https://github.com/ResalApps/openfeature-python-sdk/compare/openfeature-provider-flipt/v0.1.3...openfeature-provider-flipt/v0.2.0) (2025-08-28) + + +### ⚠ BREAKING CHANGES + +* drop Python 3.8 support ([#187](https://github.com/ResalApps/openfeature-python-sdk/issues/187)) + +### chore + +* drop Python 3.8 support ([#187](https://github.com/ResalApps/openfeature-python-sdk/issues/187)) ([b55cc1e](https://github.com/ResalApps/openfeature-python-sdk/commit/b55cc1e0f823d05a330c12af6861dbd3bec69c3a)) + + +### ✨ New Features + +* Add Flipt provider ([#143](https://github.com/ResalApps/openfeature-python-sdk/issues/143)) ([599a6dd](https://github.com/ResalApps/openfeature-python-sdk/commit/599a6dd0a5abffedaa8a176933547edad19e53f4)) +* migrate to uv ([#293](https://github.com/ResalApps/openfeature-python-sdk/issues/293)) ([9590554](https://github.com/ResalApps/openfeature-python-sdk/commit/9590554be4c8a7f77b0c0f20d6b48076c9870f52)) + ## [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 39f0e17e..36c07951 100644 --- a/providers/openfeature-provider-flipt/pyproject.toml +++ b/providers/openfeature-provider-flipt/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "uv_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" }]