Skip to content

Commit 62711d6

Browse files
chore(main): release openfeature/providers/python-provider 1.1.0
1 parent 4106ee1 commit 62711d6

4 files changed

Lines changed: 15 additions & 3 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
".": "1.53.0",
33
"cmd/wasm": "0.2.2",
4-
"openfeature/providers/python-provider": "1.0.1",
4+
"openfeature/providers/python-provider": "1.1.0",
55
"openfeature/providers/kotlin-provider": "1.0.0",
66
"modules/core": "0.7.1"
77
}

openfeature/providers/python-provider/CHANGELOG.md

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

3+
## [1.1.0](https://github.com/thomaspoignant/go-feature-flag/compare/openfeature/providers/python-provider/v1.0.1...openfeature/providers/python-provider/v1.1.0) (2026-05-26)
4+
5+
6+
### 🚀 New Features
7+
8+
* Bump WASM module to 0.2.2 ([#5323](https://github.com/thomaspoignant/go-feature-flag/issues/5323)) ([cfcfc3c](https://github.com/thomaspoignant/go-feature-flag/commit/cfcfc3c586f5bb9e6673fc499745d2bca1fdbc4b))
9+
10+
11+
### 🔧 Chores
12+
13+
* Bump golang.org/x/net from 0.53.0 to 0.54.0 ([#5296](https://github.com/thomaspoignant/go-feature-flag/issues/5296)) ([b31655a](https://github.com/thomaspoignant/go-feature-flag/commit/b31655ac1ab8e12d6f9284b2f725d1cd74b80c3b))
14+
315
## [1.0.1](https://github.com/thomaspoignant/go-feature-flag/compare/openfeature/providers/python-provider/v1.0.0...openfeature/providers/python-provider/v1.0.1) (2026-05-16)
416

517

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.0.1"
1+
__version__ = "1.1.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
[project]
22
name = "gofeatureflag-python-provider"
3-
version = "1.0.1"
3+
version = "1.1.0"
44
wasm_version = "0.2.2"
55
description = "GO Feature Flag provider for OpenFeature"
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)