File tree 5 files changed +24
-7
lines changed
5 files changed +24
-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 1
1
# Changelog
2
2
3
+ ## [ 0.7.5] ( https://github.com/open-feature/python-sdk/compare/v0.7.4...v0.7.5 ) (2024-12-31)
4
+
5
+
6
+ ### 🧹 Chore
7
+
8
+ * ** config:** migrate config renovate.json ([ 26bc964] ( https://github.com/open-feature/python-sdk/commit/26bc9642270f9371170ce8ab2d9b938a0fca187e ) )
9
+ * ** config:** migrate renovate config ([ #408 ] ( https://github.com/open-feature/python-sdk/issues/408 ) ) ([ 26bc964] ( https://github.com/open-feature/python-sdk/commit/26bc9642270f9371170ce8ab2d9b938a0fca187e ) )
10
+ * ** 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 ) )
11
+ * ** deps:** update codecov/codecov-action action to v5.1.1 ([ #402 ] ( https://github.com/open-feature/python-sdk/issues/402 ) ) ([ a6907d6] ( https://github.com/open-feature/python-sdk/commit/a6907d610e6dde1eecef56f25f3cc6a569b6eee4 ) )
12
+ * ** deps:** update codecov/codecov-action action to v5.1.2 ([ #405 ] ( https://github.com/open-feature/python-sdk/issues/405 ) ) ([ 1c56480] ( https://github.com/open-feature/python-sdk/commit/1c564804afad474151489d695af7fa0409a768c6 ) )
13
+ * ** 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 ) )
14
+ * ** 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 ) )
15
+ * ** deps:** update pre-commit hook astral-sh/ruff-pre-commit to v0.8.3 ([ #404 ] ( https://github.com/open-feature/python-sdk/issues/404 ) ) ([ 01ec388] ( https://github.com/open-feature/python-sdk/commit/01ec388d2d93fc87a4f2eca856cf507cbee35785 ) )
16
+ * ** deps:** update pre-commit hook astral-sh/ruff-pre-commit to v0.8.4 ([ #406 ] ( https://github.com/open-feature/python-sdk/issues/406 ) ) ([ 3296d3b] ( https://github.com/open-feature/python-sdk/commit/3296d3b229d41c7f879adfb7ab36e19de36617e4 ) )
17
+ * ** deps:** update pre-commit hook pre-commit/mirrors-mypy to v1.14.0 ([ #407 ] ( https://github.com/open-feature/python-sdk/issues/407 ) ) ([ 89d6997] ( https://github.com/open-feature/python-sdk/commit/89d6997b1fe04df82e0873de7e7a1ea1aca2b071 ) )
18
+ * ** deps:** update pre-commit hook pre-commit/mirrors-mypy to v1.14.1 ([ #409 ] ( https://github.com/open-feature/python-sdk/issues/409 ) ) ([ 2c1840c] ( https://github.com/open-feature/python-sdk/commit/2c1840c87d00177d87b93135a38a7df98a9f6c0b ) )
19
+
3
20
## [ 0.7.4] ( https://github.com/open-feature/python-sdk/compare/v0.7.3...v0.7.4 ) (2024-11-25)
4
21
5
22
Original file line number Diff line number Diff line change 19
19
20
20
<!-- x-release-please-start-version -->
21
21
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" />
24
24
</a >
25
25
26
26
<!-- x-release-please-end -->
60
60
#### Pip install
61
61
62
62
``` bash
63
- pip install openfeature-sdk==0.7.4
63
+ pip install openfeature-sdk==0.7.5
64
64
```
65
65
66
66
#### requirements.txt
67
67
68
68
``` bash
69
- openfeature-sdk==0.7.4
69
+ openfeature-sdk==0.7.5
70
70
```
71
71
72
72
``` 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"
5
5
6
6
[project ]
7
7
name = " openfeature_sdk"
8
- version = " 0.7.4 "
8
+ version = " 0.7.5 "
9
9
description = " Standardizing Feature Flagging for Everyone"
10
10
readme = " README.md"
11
11
authors = [{
name =
" OpenFeature" ,
email =
" [email protected] " }]
You can’t perform that action at this time.
0 commit comments