diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e5f5d9eb..f576aedc 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -3,7 +3,7 @@ "providers/openfeature-provider-aws-ssm": "0.1.0", "providers/openfeature-provider-flagd": "0.2.7", "providers/openfeature-provider-ofrep": "0.2.0", - "providers/openfeature-provider-flipt": "0.1.3", + "providers/openfeature-provider-flipt": "0.2.0", "providers/openfeature-provider-env-var": "0.1.0", "providers/openfeature-provider-unleash": "0.1.1" } diff --git a/providers/openfeature-provider-flipt/CHANGELOG.md b/providers/openfeature-provider-flipt/CHANGELOG.md index fd0d1651..3f134c18 100644 --- a/providers/openfeature-provider-flipt/CHANGELOG.md +++ b/providers/openfeature-provider-flipt/CHANGELOG.md @@ -1,5 +1,26 @@ # 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) (2026-02-11) + + +### ⚠ 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)) + + +### 🐛 Bug Fixes + +* replace project.scripts with poethepoet ([#335](https://github.com/open-feature/python-sdk-contrib/issues/335)) ([61add22](https://github.com/open-feature/python-sdk-contrib/commit/61add22b975140ccd39b618bf70efeeecbdc25c3)) + + +### ✨ New Features + +* migrate to uv ([#293](https://github.com/open-feature/python-sdk-contrib/issues/293)) ([9590554](https://github.com/open-feature/python-sdk-contrib/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 b1edccfd..e981ab92 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" }]