From 035d0ad67996eb62f68acaa958471871ea9cf707 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 21 Feb 2024 16:23:33 -0500 Subject: [PATCH] chore: release 0.5.0 (#277) chore(main): release 0.5.0 Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 11 +++++++++++ README.md | 8 ++++---- pyproject.toml | 2 +- 4 files changed, 17 insertions(+), 6 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c3d7bdaa..8d5f7155 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.4.2"} \ No newline at end of file +{".":"0.5.0"} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index d8dd793c..d0d05e09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.5.0](https://github.com/open-feature/python-sdk/compare/v0.4.2...v0.5.0) (2024-02-20) + + +### ⚠ BREAKING CHANGES + +* add support for domains ([#271](https://github.com/open-feature/python-sdk/issues/271)) + +### Features + +* add support for domains ([#271](https://github.com/open-feature/python-sdk/issues/271)) ([ed6a42f](https://github.com/open-feature/python-sdk/commit/ed6a42f264a6efc149642181bfc4c6de0eb83ce1)) + ## [0.4.2](https://github.com/open-feature/python-sdk/compare/v0.4.1...v0.4.2) (2024-02-06) diff --git a/README.md b/README.md index 9c813390..e8874573 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.4.2 +pip install openfeature-sdk==0.5.0 ``` #### requirements.txt ```bash -openfeature-sdk==0.4.2 +openfeature-sdk==0.5.0 ``` ```python diff --git a/pyproject.toml b/pyproject.toml index 20cab4cd..b07d7535 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] name = "openfeature_sdk" -version = "0.4.2" +version = "0.5.0" description = "Standardizing Feature Flagging for Everyone" readme = "README.md" authors = [{ name = "OpenFeature", email = "openfeature-core@groups.io" }]