Skip to content

Commit dc4a7ce

Browse files
github-actions[bot]toddbaert
authored andcommitted
chore(main): release openfeature-flagd-core 1.0.0
Signed-off-by: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com>
1 parent 36c52d0 commit dc4a7ce

3 files changed

Lines changed: 16 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
"providers/openfeature-provider-env-var": "0.1.1",
88
"providers/openfeature-provider-unleash": "0.1.2",
99
"tools/openfeature-flagd-api": "0.1.0",
10-
"tools/openfeature-flagd-core": "0.1.0",
10+
"tools/openfeature-flagd-core": "1.0.0",
1111
"tools/openfeature-flagd-api-testkit": "0.1.0"
1212
}
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,15 @@
11
# Changelog
2+
3+
## [1.0.0](https://github.com/open-feature/python-sdk-contrib/compare/openfeature-flagd-core/v0.1.0...openfeature-flagd-core/v1.0.0) (2026-04-30)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* various custom operator conformance fixes ([#386](https://github.com/open-feature/python-sdk-contrib/issues/386)) ([c119a77](https://github.com/open-feature/python-sdk-contrib/commit/c119a774736dd4d48a4dc82d158aafc17cc3936f))
9+
10+
11+
### ✨ New Features
12+
13+
* **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))
14+
15+
## Changelog

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

0 commit comments

Comments
 (0)