Skip to content

Commit 4600a63

Browse files
chore(main): release 0.10.1
Signed-off-by: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com>
1 parent 371aca1 commit 4600a63

5 files changed

Lines changed: 20 additions & 7 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"0.10.0"}
1+
{".":"0.10.1"}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [0.10.1](https://github.com/open-feature/python-sdk/compare/v0.10.0...v0.10.1) (2026-07-14)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* thread safety issues ([#614](https://github.com/open-feature/python-sdk/issues/614)) ([2bf4a34](https://github.com/open-feature/python-sdk/commit/2bf4a3475a8863ddab439bd28c45ba09ce4c4cbe))
9+
10+
11+
### 🧹 Chore
12+
13+
* **deps:** update actions/checkout action to v7 ([#617](https://github.com/open-feature/python-sdk/issues/617)) ([371aca1](https://github.com/open-feature/python-sdk/commit/371aca184371e35f3ddc24a4b297fdf95adc1f32))
14+
* **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))
15+
316
## [0.10.0](https://github.com/open-feature/python-sdk/compare/v0.9.0...v0.10.0) (2026-06-01)
417

518

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
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 -->
@@ -60,13 +60,13 @@
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

openfeature/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.10.0"
1+
__version__ = "0.10.1"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ requires = [ "uv-build~=0.11.0" ]
44

55
[project]
66
name = "openfeature-sdk"
7-
version = "0.10.0"
7+
version = "0.10.1"
88
description = "Standardizing Feature Flagging for Everyone"
99
readme = "README.md"
1010
keywords = [

0 commit comments

Comments
 (0)