Skip to content

Commit

Permalink
chore(main): release openfeature-provider-ofrep 0.1.1 (#146)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jan 21, 2025
1 parent 9ffc7ec commit 0f50bd5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"hooks/openfeature-hooks-opentelemetry": "0.1.3",
"providers/openfeature-provider-flagd": "0.1.5",
"providers/openfeature-provider-ofrep": "0.1.0",
"providers/openfeature-provider-ofrep": "0.1.1",
"providers/openfeature-provider-flipt": "0.1.3"
}
8 changes: 8 additions & 0 deletions providers/openfeature-provider-ofrep/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.1.1](https://github.com/open-feature/python-sdk-contrib/compare/openfeature-provider-ofrep/v0.1.0...openfeature-provider-ofrep/v0.1.1) (2025-01-21)


### 🐛 Bug Fixes

* Allow configuring ofrep provider requests to api at base … ([#142](https://github.com/open-feature/python-sdk-contrib/issues/142)) ([09402df](https://github.com/open-feature/python-sdk-contrib/commit/09402df3129c1b9d219465b82807fa53aafec039))
* Pin the ofrep provider's requests dep &gt;=2.27.0 because of… ([#161](https://github.com/open-feature/python-sdk-contrib/issues/161)) ([9ffc7ec](https://github.com/open-feature/python-sdk-contrib/commit/9ffc7ec91d1fff0d436099e878fac9c080a42b51))

## 0.1.0 (2024-10-02)


Expand Down
2 changes: 1 addition & 1 deletion providers/openfeature-provider-ofrep/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "hatchling.build"

[project]
name = "openfeature-provider-ofrep"
version = "0.1.0"
version = "0.1.1"
description = "OpenFeature provider for the OpenFeature Remote Evaluation Protocol (OFREP)"
readme = "README.md"
authors = [{ name = "OpenFeature", email = "[email protected]" }]
Expand Down

0 comments on commit 0f50bd5

Please sign in to comment.