Skip to content

Commit 2fcb5f8

Browse files
chore(main): release openfeature-provider-unleash 0.2.0
Signed-off-by: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com>
1 parent 83c3e48 commit 2fcb5f8

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
@@ -5,5 +5,5 @@
55
"providers/openfeature-provider-ofrep": "0.2.0",
66
"providers/openfeature-provider-flipt": "0.1.3",
77
"providers/openfeature-provider-env-var": "0.1.1",
8-
"providers/openfeature-provider-unleash": "0.1.2"
8+
"providers/openfeature-provider-unleash": "0.2.0"
99
}

providers/openfeature-provider-unleash/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-unleash/v0.1.2...openfeature-provider-unleash/v0.2.0) (2026-04-01)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* drop Python 3.9 support ([#364](https://github.com/open-feature/python-sdk-contrib/issues/364))
9+
10+
### chore
11+
12+
* drop Python 3.9 support ([#364](https://github.com/open-feature/python-sdk-contrib/issues/364)) ([0ecd1d4](https://github.com/open-feature/python-sdk-contrib/commit/0ecd1d4c41e96f90b019a76ce9c3b1f70f2a23a4))
13+
314
## [0.1.2](https://github.com/open-feature/python-sdk-contrib/compare/openfeature-provider-unleash/v0.1.1...openfeature-provider-unleash/v0.1.2) (2026-03-14)
415

516

providers/openfeature-provider-unleash/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "uv_build"
44

55
[project]
66
name = "openfeature-provider-unleash"
7-
version = "0.1.2"
7+
version = "0.2.0"
88
description = "OpenFeature provider for Unleash"
99
readme = "README.md"
1010
authors = [{ name = "OpenFeature", email = "openfeature-core@groups.io" }]

0 commit comments

Comments
 (0)