From 3d5a5e7c56feaacceea3d264a1483f59d5491633 Mon Sep 17 00:00:00 2001 From: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com> Date: Wed, 5 Feb 2025 14:42:47 -0500 Subject: [PATCH] chore(main): release 0.7.6 Signed-off-by: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ README.md | 8 ++++---- openfeature/version.py | 2 +- pyproject.toml | 2 +- 5 files changed, 20 insertions(+), 7 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ca445a1c..3c061341 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.7.5"} \ No newline at end of file +{".":"0.7.6"} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index f0160f63..bedce35c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.7.6](https://github.com/open-feature/python-sdk/compare/v0.7.5...v0.7.6) (2025-02-05) + + +### ๐Ÿงน Chore + +* **deps:** update pre-commit hook pre-commit/mirrors-mypy to v1.15.0 ([#430](https://github.com/open-feature/python-sdk/issues/430)) ([fe0fea1](https://github.com/open-feature/python-sdk/commit/fe0fea1f7328bb97c6985628be2f5c11bae13f22)) +* use centralized renovate config, downgrade release please ([#433](https://github.com/open-feature/python-sdk/issues/433)) ([ff52163](https://github.com/open-feature/python-sdk/commit/ff521630a1962f73a1d3f8e3fc65c8cdc691f54b)) + + +### ๐Ÿ“š Documentation + +* fix links to the openfeature ecosystem page ([#432](https://github.com/open-feature/python-sdk/issues/432)) ([49edce2](https://github.com/open-feature/python-sdk/commit/49edce226996d7d27a6dd64a1ae45e0def9e9b29)) + ## [0.7.5](https://github.com/open-feature/python-sdk/compare/v0.7.4...v0.7.5) (2025-01-31) diff --git a/README.md b/README.md index ff226194..eb6a7d14 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.7.5 +pip install openfeature-sdk==0.7.6 ``` #### requirements.txt ```bash -openfeature-sdk==0.7.5 +openfeature-sdk==0.7.6 ``` ```python diff --git a/openfeature/version.py b/openfeature/version.py index ab55bb1a..aed57348 100644 --- a/openfeature/version.py +++ b/openfeature/version.py @@ -1 +1 @@ -__version__ = "0.7.5" +__version__ = "0.7.6" diff --git a/pyproject.toml b/pyproject.toml index 03180743..10f8c76c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "hatchling.build" [project] name = "openfeature_sdk" -version = "0.7.5" +version = "0.7.6" description = "Standardizing Feature Flagging for Everyone" readme = "README.md" authors = [{ name = "OpenFeature", email = "openfeature-core@groups.io" }]