File tree Expand file tree Collapse file tree 5 files changed +16
-7
lines changed Expand file tree Collapse file tree 5 files changed +16
-7
lines changed Original file line number Diff line number Diff line change 1- {"." :" 0.7.4 " }
1+ {"." :" 0.7.5 " }
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.7.5] ( https://github.com/open-feature/python-sdk/compare/v0.7.4...v0.7.5 ) (2024-12-05)
4+
5+
6+ ### 🧹 Chore
7+
8+ * ** deps:** update codecov/codecov-action action to v5.1.0 ([ #401 ] ( https://github.com/open-feature/python-sdk/issues/401 ) ) ([ 0459330] ( https://github.com/open-feature/python-sdk/commit/0459330cb91e9b28a15bdd380aec4c56c3b5d8df ) )
9+ * ** deps:** update pre-commit hook astral-sh/ruff-pre-commit to v0.8.1 ([ #398 ] ( https://github.com/open-feature/python-sdk/issues/398 ) ) ([ 043385a] ( https://github.com/open-feature/python-sdk/commit/043385a8369e253a5e0ad1e184e980f8e8d7e5c7 ) )
10+ * ** deps:** update pre-commit hook astral-sh/ruff-pre-commit to v0.8.2 ([ #400 ] ( https://github.com/open-feature/python-sdk/issues/400 ) ) ([ 2b6e210] ( https://github.com/open-feature/python-sdk/commit/2b6e210bc9dda72335e646fc60cde79b5bdd76c1 ) )
11+
312## [ 0.7.4] ( https://github.com/open-feature/python-sdk/compare/v0.7.3...v0.7.4 ) (2024-11-25)
413
514
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.7.4 " >
23- <img alt="Latest version" src="https://img.shields.io/static/v1?label=release&message=v0.7.4 &color=blue&style=for-the-badge" />
22+ <a href =" https://github.com/open-feature/python-sdk/releases/tag/v0.7.5 " >
23+ <img alt="Latest version" src="https://img.shields.io/static/v1?label=release&message=v0.7.5 &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.7.4
63+ pip install openfeature-sdk==0.7.5
6464```
6565
6666#### requirements.txt
6767
6868``` bash
69- openfeature-sdk==0.7.4
69+ openfeature-sdk==0.7.5
7070```
7171
7272``` python
Original file line number Diff line number Diff line change 1- __version__ = "0.7.4 "
1+ __version__ = "0.7.5 "
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.7.4 "
8+ version = " 0.7.5 "
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