File tree Expand file tree Collapse file tree 5 files changed +22
-7
lines changed Expand file tree Collapse file tree 5 files changed +22
-7
lines changed Original file line number Diff line number Diff line change 1- {"." :" 0.8.1 " }
1+ {"." :" 0.8.2 " }
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.8.2] ( https://github.com/open-feature/python-sdk/compare/v0.8.1...v0.8.2 ) (2025-05-02)
4+
5+
6+ ### 🧹 Chore
7+
8+ * ** deps:** update actions/setup-python digest to a26af69 ([ #489 ] ( https://github.com/open-feature/python-sdk/issues/489 ) ) ([ ad69f2c] ( https://github.com/open-feature/python-sdk/commit/ad69f2c55f3c8170a8a53981238130eb106207ba ) )
9+ * ** deps:** update codecov/codecov-action action to v5.4.2 ([ #486 ] ( https://github.com/open-feature/python-sdk/issues/486 ) ) ([ 798ac8d] ( https://github.com/open-feature/python-sdk/commit/798ac8ded00b8509068003367f36e6c04c574cbc ) )
10+ * ** deps:** update github/codeql-action digest to 28deaed ([ #488 ] ( https://github.com/open-feature/python-sdk/issues/488 ) ) ([ e0de4b2] ( https://github.com/open-feature/python-sdk/commit/e0de4b2faa109454a8079b934320f1c2b2b2b06e ) )
11+ * ** deps:** update github/codeql-action digest to 60168ef ([ #492 ] ( https://github.com/open-feature/python-sdk/issues/492 ) ) ([ 8aedfe8] ( https://github.com/open-feature/python-sdk/commit/8aedfe81ef67af3210ea9921e6b364fdd21ef8ac ) )
12+ * ** deps:** update pre-commit hook astral-sh/ruff-pre-commit to v0.11.5 ([ #484 ] ( https://github.com/open-feature/python-sdk/issues/484 ) ) ([ 95be943] ( https://github.com/open-feature/python-sdk/commit/95be943d33b9cfca137f94e5a1ad52bc562e4b4a ) )
13+ * ** deps:** update pre-commit hook astral-sh/ruff-pre-commit to v0.11.6 ([ #487 ] ( https://github.com/open-feature/python-sdk/issues/487 ) ) ([ 7fe752d] ( https://github.com/open-feature/python-sdk/commit/7fe752d8fd6148a38d53e5c7dfc071a6c8121c85 ) )
14+ * ** deps:** update pre-commit hook astral-sh/ruff-pre-commit to v0.11.7 ([ #490 ] ( https://github.com/open-feature/python-sdk/issues/490 ) ) ([ f4f9a12] ( https://github.com/open-feature/python-sdk/commit/f4f9a12081871f4797dc0e649219dc7be58d4116 ) )
15+ * ** deps:** update pre-commit hook astral-sh/ruff-pre-commit to v0.11.8 ([ #491 ] ( https://github.com/open-feature/python-sdk/issues/491 ) ) ([ 1f16955] ( https://github.com/open-feature/python-sdk/commit/1f169551e37f286597400e5cb2c171a60a38436e ) )
16+ * use publish env ([ d54d239] ( https://github.com/open-feature/python-sdk/commit/d54d239a2d55359d9b49aa534a4b53339bf26571 ) )
17+
318## [ 0.8.1] ( https://github.com/open-feature/python-sdk/compare/v0.8.0...v0.8.1 ) (2025-04-09)
419
520
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.1 " >
23- <img alt="Latest version" src="https://img.shields.io/static/v1?label=release&message=v0.8.1 &color=blue&style=for-the-badge" />
22+ <a href =" https://github.com/open-feature/python-sdk/releases/tag/v0.8.2 " >
23+ <img alt="Latest version" src="https://img.shields.io/static/v1?label=release&message=v0.8.2 &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.1
63+ pip install openfeature-sdk==0.8.2
6464```
6565
6666#### requirements.txt
6767
6868``` bash
69- openfeature-sdk==0.8.1
69+ openfeature-sdk==0.8.2
7070```
7171
7272``` python
Original file line number Diff line number Diff line change 1- __version__ = "0.8.1 "
1+ __version__ = "0.8.2 "
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ build-backend = "hatchling.build"
55
66[project ]
77name = " openfeature_sdk"
8- version = " 0.8.1 "
8+ version = " 0.8.2 "
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