Skip to content

Commit 3197e02

Browse files
chore(main): release openfeature-flagd-api 1.0.0 (#382)
Signed-off-by: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com> Signed-off-by: Todd Baert <todd.baert@dynatrace.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Todd Baert <todd.baert@dynatrace.com>
1 parent 4f95c87 commit 3197e02

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"providers/openfeature-provider-flipt": "0.1.3",
77
"providers/openfeature-provider-env-var": "0.1.1",
88
"providers/openfeature-provider-unleash": "0.1.2",
9-
"tools/openfeature-flagd-api": "0.1.0",
9+
"tools/openfeature-flagd-api": "1.0.0",
1010
"tools/openfeature-flagd-core": "1.0.0",
1111
"tools/openfeature-flagd-api-testkit": "0.1.0"
1212
}
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,10 @@
11
# Changelog
2+
3+
## [1.0.0](https://github.com/open-feature/python-sdk-contrib/compare/openfeature-flagd-api/v0.1.0...openfeature-flagd-api/v1.0.0) (2026-04-30)
4+
5+
6+
### ✨ New Features
7+
8+
* **flagd:** extract evaluator into api, core, and testkit packages ([#377](https://github.com/open-feature/python-sdk-contrib/issues/377)) ([1995534](https://github.com/open-feature/python-sdk-contrib/commit/1995534c2545b8c65d2944e3e52ce19a552b4815))
9+
10+
## Changelog

tools/openfeature-flagd-api/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-flagd-api"
7-
version = "0.1.0"
7+
version = "1.0.0"
88
description = "OpenFeature flagd evaluator API definition"
99
readme = "README.md"
1010
authors = [{ name = "OpenFeature", email = "openfeature-core@groups.io" }]

0 commit comments

Comments
 (0)