Skip to content

Commit 71dcaaa

Browse files
chore(main): release openfeature/providers/python-provider 0.6.0
1 parent 2129a96 commit 71dcaaa

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

.github/release-please/.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
".": "1.47.1",
33
"cmd/wasm": "0.0.2",
4-
"openfeature/providers/python-provider": "0.5.0",
4+
"openfeature/providers/python-provider": "0.6.0",
55
"openfeature/providers/kotlin-provider": "0.3.0",
66
"modules/evaluation": "0.1.3",
77
"modules/core": "0.2.0"

openfeature/providers/python-provider/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [0.6.0](https://github.com/thomaspoignant/go-feature-flag/compare/openfeature/providers/python-provider/v0.5.0...openfeature/providers/python-provider/v0.6.0) (2025-11-13)
4+
5+
6+
### 🚀 New Features
7+
8+
* Start the relayproxy as a unix socket. ([#4261](https://github.com/thomaspoignant/go-feature-flag/issues/4261)) ([7b369b4](https://github.com/thomaspoignant/go-feature-flag/commit/7b369b48d008aa310f00e68bc23103213adb838c))
9+
10+
11+
### 🔧 Chores
12+
13+
* Bump github.com/aws/aws-sdk-go-v2/service/s3 ([#4263](https://github.com/thomaspoignant/go-feature-flag/issues/4263)) ([3944a49](https://github.com/thomaspoignant/go-feature-flag/commit/3944a491413056d903236573fbf5a75fc7336dd9))
14+
* Bump pydantic in /openfeature/providers/python-provider ([#4275](https://github.com/thomaspoignant/go-feature-flag/issues/4275)) ([c371092](https://github.com/thomaspoignant/go-feature-flag/commit/c371092c82051a2fadee7e705cde6f1d27de9bce))
15+
316
## [0.5.0](https://github.com/thomaspoignant/go-feature-flag/compare/openfeature/providers/python-provider/v0.5.0...openfeature/providers/python-provider/v0.5.0) (2025-10-26)
417

518

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.5.0"
1+
__version__ = "0.6.0"

openfeature/providers/python-provider/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "gofeatureflag-python-provider"
3-
version = "0.5.0"
3+
version = "0.6.0"
44
description = "GO Feature Flag provider for OpenFeature"
55
license = "Apache-2.0"
66
authors = ["Thomas Poignant"]

0 commit comments

Comments
 (0)