From 4d0d762088af8b90b13c221eea2b6c409d2abdeb Mon Sep 17 00:00:00 2001 From: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com> Date: Sun, 30 Aug 2026 10:58:46 -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 | 18 ++++++++++++++++++ README.md | 8 ++++---- openfeature/version.py | 2 +- pyproject.toml | 2 +- 5 files changed, 25 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..8527cc40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [0.10.1](https://github.com/open-feature/python-sdk/compare/v0.10.0...v0.10.1) (2026-08-30) + + +### ๐Ÿ› Bug Fixes + +* 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 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)) + ## [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 f319dc92..dc6d9f5b 100644 --- a/README.md +++ b/README.md @@ -19,8 +19,8 @@ - - Latest version + + Latest version @@ -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 e8e8e6ee..4c5b48ee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ requires = [ "uv-build~=0.11.0" ] [project] name = "openfeature-sdk" -version = "0.10.0" +version = "0.10.1" description = "Standardizing Feature Flagging for Everyone" readme = "README.md" keywords = [