Skip to content

Commit cee10e3

Browse files
chore(main): release openfeature-provider-flipt 0.1.1 (#155)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 599a6dd commit cee10e3

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"hooks/openfeature-hooks-opentelemetry": "0.1.3",
33
"providers/openfeature-provider-flagd": "0.1.5",
44
"providers/openfeature-provider-ofrep": "0.1.0",
5-
"providers/openfeature-provider-flipt": "0.1.0"
5+
"providers/openfeature-provider-flipt": "0.1.1"
66
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
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))

providers/openfeature-provider-flipt/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "hatchling.build"
55

66
[project]
77
name = "openfeature-provider-flipt"
8-
version = "0.1.0"
8+
version = "0.1.1"
99
description = "OpenFeature provider for the Flipt feature flagging service"
1010
readme = "README.md"
1111
authors = [{ name = "OpenFeature", email = "[email protected]" }]

0 commit comments

Comments
 (0)