File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- {"." :" 0.10.0 " }
1+ {"." :" 0.10.1 " }
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.10.1] ( https://github.com/open-feature/python-sdk/compare/v0.10.0...v0.10.1 ) (2026-06-07)
4+
5+
6+ ### 🧹 Chore
7+
8+ * ** deps:** update codecov/codecov-action action to v7 ([ #612 ] ( https://github.com/open-feature/python-sdk/issues/612 ) ) ([ da485f3] ( https://github.com/open-feature/python-sdk/commit/da485f3ec51822342f88ec7a294500a25c04cf08 ) )
9+
310## [ 0.10.0] ( https://github.com/open-feature/python-sdk/compare/v0.9.0...v0.10.0 ) (2026-06-01)
411
512
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.10.0 " >
23- <img alt="Latest version" src="https://img.shields.io/static/v1?label=release&message=v0.10.0 &color=blue&style=for-the-badge" />
22+ <a href =" https://github.com/open-feature/python-sdk/releases/tag/v0.10.1 " >
23+ <img alt="Latest version" src="https://img.shields.io/static/v1?label=release&message=v0.10.1 &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.10.0
63+ pip install openfeature-sdk==0.10.1
6464```
6565
6666#### requirements.txt
6767
6868``` bash
69- openfeature-sdk==0.10.0
69+ openfeature-sdk==0.10.1
7070```
7171
7272``` python
Original file line number Diff line number Diff line change 1- __version__ = "0.10.0 "
1+ __version__ = "0.10.1 "
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ requires = [ "uv-build~=0.11.0" ]
44
55[project ]
66name = " openfeature-sdk"
7- version = " 0.10.0 "
7+ version = " 0.10.1 "
88description = " Standardizing Feature Flagging for Everyone"
99readme = " README.md"
1010keywords = [
You can’t perform that action at this time.
0 commit comments