File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed
providers/openfeature-provider-env-var Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 3
3
"providers/openfeature-provider-flagd" : " 0.2.6" ,
4
4
"providers/openfeature-provider-ofrep" : " 0.1.1" ,
5
5
"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 "
7
7
}
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-08-05)
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
+ * 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 1
1
[project ]
2
2
name = " openfeature-provider-env-var"
3
- version = " 0.1.0 "
3
+ version = " 0.1.1 "
4
4
description = " OpenFeature Python Environment Variable Provider"
5
5
readme = " README.md"
6
6
requires-python = " >=3.9"
You can’t perform that action at this time.
0 commit comments