Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"0.8.3"}
{".":"0.8.4"}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [0.8.4](https://github.com/open-feature/python-sdk/compare/v0.8.3...v0.8.4) (2025-10-31)


### 🧹 Chore

* **deps:** update actions/checkout action to v5 ([#539](https://github.com/open-feature/python-sdk/issues/539)) ([6aa54ba](https://github.com/open-feature/python-sdk/commit/6aa54ba42b08a27083551dc831f1177e03524174))
* **deps:** update amannn/action-semantic-pull-request action to v6 ([#541](https://github.com/open-feature/python-sdk/issues/541)) ([eea929d](https://github.com/open-feature/python-sdk/commit/eea929d62ee470f56629461aec5f8d9f717bcea4))
* **deps:** update astral-sh/setup-uv action to v7 ([#546](https://github.com/open-feature/python-sdk/issues/546)) ([a9ee73a](https://github.com/open-feature/python-sdk/commit/a9ee73a670407bf23c150ae53112ac1dc037a75e))
* **deps:** update astral-sh/setup-uv digest to d0cc045 ([#543](https://github.com/open-feature/python-sdk/issues/543)) ([22210e6](https://github.com/open-feature/python-sdk/commit/22210e69652384c0569117d50039045176d34d2a))
* **deps:** update codecov/codecov-action action to v5.5.1 ([#544](https://github.com/open-feature/python-sdk/issues/544)) ([0d8369f](https://github.com/open-feature/python-sdk/commit/0d8369f8d35aaeb869f5fea4943568f6e86cd137))
* **deps:** update github/codeql-action action to v4 ([#547](https://github.com/open-feature/python-sdk/issues/547)) ([d03223e](https://github.com/open-feature/python-sdk/commit/d03223e72af4c9d49473284877d3ccf3d2fdb8fe))
* **deps:** update github/codeql-action digest to 64d10c1 ([#542](https://github.com/open-feature/python-sdk/issues/542)) ([95b5ea0](https://github.com/open-feature/python-sdk/commit/95b5ea04a22740a4733a68c16b2a6340adabb12d))
* make the license field PEP639 compatible ([#548](https://github.com/open-feature/python-sdk/issues/548)) ([4d0779c](https://github.com/open-feature/python-sdk/commit/4d0779c56cc66d3fd9754a74f45c5c0a8e01c8ee))
* upgrade uv and ruff ([#545](https://github.com/open-feature/python-sdk/issues/545)) ([63acac1](https://github.com/open-feature/python-sdk/commit/63acac1f544724b0aea23141769b03229f3c81d1))

## [0.8.3](https://github.com/open-feature/python-sdk/compare/v0.8.2...v0.8.3) (2025-09-21)


Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@

<!-- x-release-please-start-version -->

<a href="https://github.com/open-feature/python-sdk/releases/tag/v0.8.3">
<img alt="Latest version" src="https://img.shields.io/static/v1?label=release&message=v0.8.3&color=blue&style=for-the-badge" />
<a href="https://github.com/open-feature/python-sdk/releases/tag/v0.8.4">
<img alt="Latest version" src="https://img.shields.io/static/v1?label=release&message=v0.8.4&color=blue&style=for-the-badge" />
</a>

<!-- x-release-please-end -->
Expand Down Expand Up @@ -60,13 +60,13 @@
#### Pip install

```bash
pip install openfeature-sdk==0.8.3
pip install openfeature-sdk==0.8.4
```

#### requirements.txt

```bash
openfeature-sdk==0.8.3
openfeature-sdk==0.8.4
```

```python
Expand Down
2 changes: 1 addition & 1 deletion openfeature/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.8.3"
__version__ = "0.8.4"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "uv_build"

[project]
name = "openfeature_sdk"
version = "0.8.3"
version = "0.8.4"
description = "Standardizing Feature Flagging for Everyone"
readme = "README.md"
authors = [{ name = "OpenFeature", email = "openfeature-core@groups.io" }]
Expand Down