File tree 5 files changed +17
-7
lines changed
5 files changed +17
-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 1
1
# Changelog
2
2
3
+ ## [ 0.8.2] ( https://github.com/open-feature/python-sdk/compare/v0.8.1...v0.8.2 ) (2025-04-17)
4
+
5
+
6
+ ### 🧹 Chore
7
+
8
+ * ** 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 ) )
9
+ * ** 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 ) )
10
+ * ** 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 ) )
11
+ * use publish env ([ d54d239] ( https://github.com/open-feature/python-sdk/commit/d54d239a2d55359d9b49aa534a4b53339bf26571 ) )
12
+
3
13
## [ 0.8.1] ( https://github.com/open-feature/python-sdk/compare/v0.8.0...v0.8.1 ) (2025-04-09)
4
14
5
15
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.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" />
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.8.1
63
+ pip install openfeature-sdk==0.8.2
64
64
```
65
65
66
66
#### requirements.txt
67
67
68
68
``` bash
69
- openfeature-sdk==0.8.1
69
+ openfeature-sdk==0.8.2
70
70
```
71
71
72
72
``` 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"
5
5
6
6
[project ]
7
7
name = " openfeature_sdk"
8
- version = " 0.8.1 "
8
+ version = " 0.8.2 "
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