File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed
providers/openfeature-provider-flipt Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 2
2
"hooks/openfeature-hooks-opentelemetry" : " 0.1.3" ,
3
3
"providers/openfeature-provider-flagd" : " 0.1.5" ,
4
4
"providers/openfeature-provider-ofrep" : " 0.1.0" ,
5
- "providers/openfeature-provider-flipt" : " 0.1.0 "
5
+ "providers/openfeature-provider-flipt" : " 0.1.1 "
6
6
}
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-flipt-v0.1.0...openfeature-provider-flipt/v0.1.1 ) (2025-01-21)
4
+
5
+
6
+ ### ✨ New Features
7
+
8
+ * Add Flipt provider ([ #143 ] ( https://github.com/open-feature/python-sdk-contrib/issues/143 ) ) ([ 599a6dd] ( https://github.com/open-feature/python-sdk-contrib/commit/599a6dd0a5abffedaa8a176933547edad19e53f4 ) )
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ build-backend = "hatchling.build"
5
5
6
6
[project ]
7
7
name = " openfeature-provider-flipt"
8
- version = " 0.1.0 "
8
+ version = " 0.1.1 "
9
9
description = " OpenFeature provider for the Flipt feature flagging service"
10
10
readme = " README.md"
11
11
authors = [{ name = " OpenFeature" , email = " openfeature-core@groups.io" }]
You can’t perform that action at this time.
0 commit comments