From a9283c8ea8d06ecc00c8499d5b15f158dbb1181d Mon Sep 17 00:00:00 2001
From: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com>
Date: Sun, 30 Aug 2026 17:36:02 -0400
Subject: [PATCH] chore(main): release 0.10.1
Signed-off-by: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com>
---
.release-please-manifest.json | 2 +-
CHANGELOG.md | 23 +++++++++++++++++++++++
README.md | 8 ++++----
openfeature/version.py | 2 +-
pyproject.toml | 2 +-
5 files changed, 30 insertions(+), 7 deletions(-)
diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index 336b1d82..7f0b996d 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1 +1 @@
-{".":"0.10.0"}
\ No newline at end of file
+{".":"0.10.1"}
\ No newline at end of file
diff --git a/CHANGELOG.md b/CHANGELOG.md
index af0d6d6c..8b3dfcad 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,28 @@
# Changelog
+## [0.10.1](https://github.com/open-feature/python-sdk/compare/v0.10.0...v0.10.1) (2026-08-30)
+
+
+### ๐ Bug Fixes
+
+* reject boolean values for integer flags ([#621](https://github.com/open-feature/python-sdk/issues/621)) ([7d945ec](https://github.com/open-feature/python-sdk/commit/7d945ec5ed7912a0d80b49fdb7d7267f543f0438))
+* thread safety issues ([#614](https://github.com/open-feature/python-sdk/issues/614)) ([2bf4a34](https://github.com/open-feature/python-sdk/commit/2bf4a3475a8863ddab439bd28c45ba09ce4c4cbe))
+
+
+### โจ New Features
+
+* add update flag methods to in-memory provider ([#622](https://github.com/open-feature/python-sdk/issues/622)) ([93296c6](https://github.com/open-feature/python-sdk/commit/93296c6e7788d74699746c553993352ece693816))
+
+
+### ๐งน Chore
+
+* **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))
+* **deps:** update astral-sh/setup-uv action to v10 ([#623](https://github.com/open-feature/python-sdk/issues/623)) ([79b9471](https://github.com/open-feature/python-sdk/commit/79b9471fc3e04c5f930eb8e02c92d135f135cad8))
+* **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))
+* **deps:** update dependency uv-build to ~=0.12.0 ([#626](https://github.com/open-feature/python-sdk/issues/626)) ([bd3b1e6](https://github.com/open-feature/python-sdk/commit/bd3b1e624b9e835b3d84e48e22621fd281af1358))
+* **deps:** update j178/prek-action action to v3 ([#624](https://github.com/open-feature/python-sdk/issues/624)) ([36ac29b](https://github.com/open-feature/python-sdk/commit/36ac29bdedd23d9f7a36b7726de3c709781f161a))
+* **deps:** update pre-commit hook astral-sh/ruff-pre-commit to v0.16.5 ([#625](https://github.com/open-feature/python-sdk/issues/625)) ([31e4ced](https://github.com/open-feature/python-sdk/commit/31e4ceddd45316f412df750a0a72907091ebda16))
+
## [0.10.0](https://github.com/open-feature/python-sdk/compare/v0.9.0...v0.10.0) (2026-06-01)
diff --git a/README.md b/README.md
index 3605977a..6ef97ce3 100644
--- a/README.md
+++ b/README.md
@@ -19,8 +19,8 @@
-
-
+
+
@@ -60,13 +60,13 @@
#### Pip install
```bash
-pip install openfeature-sdk==0.10.0
+pip install openfeature-sdk==0.10.1
```
#### requirements.txt
```bash
-openfeature-sdk==0.10.0
+openfeature-sdk==0.10.1
```
```python
diff --git a/openfeature/version.py b/openfeature/version.py
index 61fb31ca..1f4c4d43 100644
--- a/openfeature/version.py
+++ b/openfeature/version.py
@@ -1 +1 @@
-__version__ = "0.10.0"
+__version__ = "0.10.1"
diff --git a/pyproject.toml b/pyproject.toml
index 1b873ee5..aec40c05 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -4,7 +4,7 @@ requires = [ "uv-build~=0.12.0" ]
[project]
name = "openfeature-sdk"
-version = "0.10.0"
+version = "0.10.1"
description = "Standardizing Feature Flagging for Everyone"
readme = "README.md"
keywords = [