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:
github-actions[bot] 2025-01-21 16:03:21 -05:00 committed by GitHub
parent 01fd932aca
commit ed121bd870
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 9 additions and 2 deletions

View File

@ -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"
}

View File

@ -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)

View File

@ -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" }]