File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed
providers/openfeature-provider-env-var Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 33 "providers/openfeature-provider-flagd" : " 0.2.6" ,
44 "providers/openfeature-provider-ofrep" : " 0.2.0" ,
55 "providers/openfeature-provider-flipt" : " 0.1.3" ,
6- "providers/openfeature-provider-env-var" : " 0.1.0 "
6+ "providers/openfeature-provider-env-var" : " 0.1.1 "
77}
Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ ## [ 0.1.1] ( https://github.com/open-feature/python-sdk-contrib/compare/openfeature-provider-env-var/v0.1.0...openfeature-provider-env-var/v0.1.1 ) (2025-10-31)
4+
5+
6+ ### ✨ New Features
7+
8+ * Add basic env var provider ([ #276 ] ( https://github.com/open-feature/python-sdk-contrib/issues/276 ) ) ([ 72e6bd3] ( https://github.com/open-feature/python-sdk-contrib/commit/72e6bd3fcfa8f958bd0249dc873cc458e8a6fa51 ) )
9+ * 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 ) )
10+ * Update python-sdk ([ #289 ] ( https://github.com/open-feature/python-sdk-contrib/issues/289 ) ) ([ f2028f5] ( https://github.com/open-feature/python-sdk-contrib/commit/f2028f5f81824310a842507a3127a3bb9bc8a984 ) )
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "uv_build"
44
55[project ]
66name = " openfeature-provider-env-var"
7- version = " 0.1.0 "
7+ version = " 0.1.1 "
88description = " OpenFeature Python Environment Variable Provider"
99readme = " README.md"
1010authors = [{ name = " OpenFeature" , email = " openfeature-core@groups.io" }]
You can’t perform that action at this time.
0 commit comments