File tree Expand file tree Collapse file tree 5 files changed +21
-7
lines changed Expand file tree Collapse file tree 5 files changed +21
-7
lines changed Original file line number Diff line number Diff line change 1- {"." :" 0.8.3 " }
1+ {"." :" 0.8.4 " }
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.8.4] ( https://github.com/open-feature/python-sdk/compare/v0.8.3...v0.8.4 ) (2025-10-31)
4+
5+
6+ ### 🧹 Chore
7+
8+ * ** 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 ) )
9+ * ** 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 ) )
10+ * ** 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 ) )
11+ * ** 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 ) )
12+ * ** 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 ) )
13+ * ** 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 ) )
14+ * ** 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 ) )
15+ * upgrade uv and ruff ([ #545 ] ( https://github.com/open-feature/python-sdk/issues/545 ) ) ([ 63acac1] ( https://github.com/open-feature/python-sdk/commit/63acac1f544724b0aea23141769b03229f3c81d1 ) )
16+
317## [ 0.8.3] ( https://github.com/open-feature/python-sdk/compare/v0.8.2...v0.8.3 ) (2025-09-21)
418
519
Original file line number Diff line number Diff line change 1919
2020 <!-- x-release-please-start-version -->
2121
22- <a href =" https://github.com/open-feature/python-sdk/releases/tag/v0.8.3 " >
23- <img alt="Latest version" src="https://img.shields.io/static/v1?label=release&message=v0.8.3 &color=blue&style=for-the-badge" />
22+ <a href =" https://github.com/open-feature/python-sdk/releases/tag/v0.8.4 " >
23+ <img alt="Latest version" src="https://img.shields.io/static/v1?label=release&message=v0.8.4 &color=blue&style=for-the-badge" />
2424 </a >
2525
2626 <!-- x-release-please-end -->
6060#### Pip install
6161
6262``` bash
63- pip install openfeature-sdk==0.8.3
63+ pip install openfeature-sdk==0.8.4
6464```
6565
6666#### requirements.txt
6767
6868``` bash
69- openfeature-sdk==0.8.3
69+ openfeature-sdk==0.8.4
7070```
7171
7272``` python
Original file line number Diff line number Diff line change 1- __version__ = "0.8.3 "
1+ __version__ = "0.8.4 "
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ build-backend = "uv_build"
55
66[project ]
77name = " openfeature_sdk"
8- version = " 0.8.3 "
8+ version = " 0.8.4 "
99description = " Standardizing Feature Flagging for Everyone"
1010readme = " README.md"
1111authors = [{
name =
" OpenFeature" ,
email =
" [email protected] " }]
You can’t perform that action at this time.
0 commit comments