Skip to content

Commit 1c729f7

Browse files
chore(main): release openfeature-provider-flipt 0.2.0
1 parent 4fa619b commit 1c729f7

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"hooks/openfeature-hooks-opentelemetry": "0.2.0",
33
"providers/openfeature-provider-flagd": "0.2.0",
44
"providers/openfeature-provider-ofrep": "0.1.1",
5-
"providers/openfeature-provider-flipt": "0.1.3"
5+
"providers/openfeature-provider-flipt": "0.2.0"
66
}

providers/openfeature-provider-flipt/CHANGELOG.md

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

3+
## [0.2.0](https://github.com/open-feature/python-sdk-contrib/compare/openfeature-provider-flipt/v0.1.3...openfeature-provider-flipt/v0.2.0) (2025-03-05)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* drop Python 3.8 support ([#187](https://github.com/open-feature/python-sdk-contrib/issues/187))
9+
10+
### 🧹 Chore
11+
12+
* drop Python 3.8 support ([#187](https://github.com/open-feature/python-sdk-contrib/issues/187)) ([b55cc1e](https://github.com/open-feature/python-sdk-contrib/commit/b55cc1e0f823d05a330c12af6861dbd3bec69c3a))
13+
314
## [0.1.3](https://github.com/open-feature/python-sdk-contrib/compare/openfeature-provider-flipt/v0.1.2...openfeature-provider-flipt/v0.1.3) (2025-01-21)
415

516

providers/openfeature-provider-flipt/pyproject.toml

Lines changed: 1 addition & 1 deletion
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.3"
8+
version = "0.2.0"
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)