chore(main): release openfeature-provider-flipt 0.1.3 (#160)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
01fd932aca
commit
ed121bd870
|
|
@ -2,5 +2,5 @@
|
|||
"hooks/openfeature-hooks-opentelemetry": "0.1.3",
|
||||
"providers/openfeature-provider-flagd": "0.1.5",
|
||||
"providers/openfeature-provider-ofrep": "0.1.0",
|
||||
"providers/openfeature-provider-flipt": "0.1.2"
|
||||
"providers/openfeature-provider-flipt": "0.1.3"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,5 +1,12 @@
|
|||
# Changelog
|
||||
|
||||
## [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)
|
||||
|
||||
|
||||
### 🧹 Chore
|
||||
|
||||
* update readme ([01fd932](https://github.com/open-feature/python-sdk-contrib/commit/01fd932aca73a24c681bc6cde7ab272c75082b20))
|
||||
|
||||
## [0.1.2](https://github.com/open-feature/python-sdk-contrib/compare/openfeature-provider-flipt/v0.1.1...openfeature-provider-flipt/v0.1.2) (2025-01-21)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ build-backend = "hatchling.build"
|
|||
|
||||
[project]
|
||||
name = "openfeature-provider-flipt"
|
||||
version = "0.1.2"
|
||||
version = "0.1.3"
|
||||
description = "OpenFeature provider for the Flipt feature flagging service"
|
||||
readme = "README.md"
|
||||
authors = [{ name = "OpenFeature", email = "openfeature-core@groups.io" }]
|
||||
|
|
|
|||
Loading…
Reference in New Issue