From 3717dac9785b9e835bb51c2c3d179576e83c0903 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 19 Dec 2022 18:15:58 +0000 Subject: [PATCH] chore(main): release 0.0.7 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- readme.md | 4 ++-- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b802b557..3902f6db 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.0.6"} \ No newline at end of file +{".":"0.0.7"} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index aa96ecfa..641f6de5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.0.7](https://github.com/open-feature/python-sdk/compare/v0.0.6...v0.0.7) (2022-12-19) + + +### Bug Fixes + +* Get Object should return both list and dict ([#64](https://github.com/open-feature/python-sdk/issues/64)) ([85db1e0](https://github.com/open-feature/python-sdk/commit/85db1e0a748bc131bbdb9f8996284b13480b3a33)) + ## [0.0.6](https://github.com/open-feature/python-sdk/compare/v0.0.5...v0.0.6) (2022-12-02) diff --git a/pyproject.toml b/pyproject.toml index b4feb89b..75545397 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] name = "openfeature_sdk" -version = "0.0.6" +version = "0.0.7" description = "Standardizing Feature Flagging for Everyone" readme = "readme.md" authors = [{ name = "OpenFeature", email = "openfeature-core@groups.io" }] diff --git a/readme.md b/readme.md index cdc8dde9..fa04db71 100644 --- a/readme.md +++ b/readme.md @@ -42,13 +42,13 @@ Each provider class may have further setup required i.e. secret keys, environmen Pip install ```bash -pip install openfeature-sdk==0.0.6 +pip install openfeature-sdk==0.0.7 ``` requirements.txt ```bash -openfeature-sdk==0.0.6 +openfeature-sdk==0.0.7 ``` ```python