chore(main): release openfeature-provider-flagd 0.1.5 (#77)
Signed-off-by: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Michael Beemer <beeme1mr@users.noreply.github.com>
This commit is contained in:
parent
689951331a
commit
5bcaaa20da
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"hooks/openfeature-hooks-opentelemetry": "0.1.3",
|
||||
"providers/openfeature-provider-flagd": "0.1.4"
|
||||
"providers/openfeature-provider-flagd": "0.1.5"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,5 +1,12 @@
|
|||
# Changelog
|
||||
|
||||
## [0.1.5](https://github.com/open-feature/python-sdk-contrib/compare/openfeature-provider-flagd/v0.1.4...openfeature-provider-flagd/v0.1.5) (2024-04-11)
|
||||
|
||||
|
||||
### ✨ New Features
|
||||
|
||||
* in-process offline flagd resolver ([#74](https://github.com/open-feature/python-sdk-contrib/issues/74)) ([8cea506](https://github.com/open-feature/python-sdk-contrib/commit/8cea5066ee96f637f3108a9dc3a7539c450a14be))
|
||||
|
||||
## [0.1.4](https://github.com/open-feature/python-sdk-contrib/compare/openfeature-provider-flagd/v0.1.3...openfeature-provider-flagd/v0.1.4) (2024-03-26)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ build-backend = "hatchling.build"
|
|||
|
||||
[project]
|
||||
name = "openfeature-provider-flagd"
|
||||
version = "0.1.4"
|
||||
version = "0.1.5"
|
||||
description = "OpenFeature provider for the flagd flag evaluation engine"
|
||||
readme = "README.md"
|
||||
authors = [{ name = "OpenFeature", email = "openfeature-core@groups.io" }]
|
||||
|
|
|
|||
Loading…
Reference in New Issue