From f00bc89caa75ca782adb5f7e46549078f9bf68b4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 28 Mar 2024 00:10:46 +1100 Subject: [PATCH] chore(main): release 0.6.1 (#304) --- .release-please-manifest.json | 2 +- CHANGELOG.md | 17 +++++++++++++++++ README.md | 8 ++++---- pyproject.toml | 2 +- 4 files changed, 23 insertions(+), 6 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d12354ef..30da1cd5 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.6.0"} \ No newline at end of file +{".":"0.6.1"} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index ccd2e9a2..91c4dfdb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [0.6.1](https://github.com/open-feature/python-sdk/compare/v0.6.0...v0.6.1) (2024-03-26) + + +### โœจ New Features + +* populate provider and client metadata in HookContext ([#302](https://github.com/open-feature/python-sdk/issues/302)) ([78ea3b9](https://github.com/open-feature/python-sdk/commit/78ea3b991499231f42efda41ba6f672e20cb346c)) + + +### ๐Ÿงน Chore + +* add keywords to pyproject.toml ([#305](https://github.com/open-feature/python-sdk/issues/305)) ([05d0da2](https://github.com/open-feature/python-sdk/commit/05d0da2e3df86833986618243e18b66218425db8)) + + +### ๐Ÿ”„ Refactoring + +* mark hook_support module as private/internal ([#303](https://github.com/open-feature/python-sdk/issues/303)) ([4a323b0](https://github.com/open-feature/python-sdk/commit/4a323b0f9622663c9c43c292364fa25062d70715)) + ## [0.6.0](https://github.com/open-feature/python-sdk/compare/v0.5.0...v0.6.0) (2024-03-22) diff --git a/README.md b/README.md index d7546966..d5ff5dfc 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.6.0 +pip install openfeature-sdk==0.6.1 ``` #### requirements.txt ```bash -openfeature-sdk==0.6.0 +openfeature-sdk==0.6.1 ``` ```python diff --git a/pyproject.toml b/pyproject.toml index 3a5b6926..53ab2b03 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] name = "openfeature_sdk" -version = "0.6.0" +version = "0.6.1" description = "Standardizing Feature Flagging for Everyone" readme = "README.md" authors = [{ name = "OpenFeature", email = "openfeature-core@groups.io" }]