From 7537919486832f778fcb4293fc415251655aa1d6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 21:02:35 +0000 Subject: [PATCH] chore(main): release 0.8.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ docs/conf.py | 4 ++-- ld_openfeature/version.py | 2 +- pyproject.toml | 2 +- 5 files changed, 12 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e7ca613..64f3cdd 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.7.0" + ".": "0.8.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index e3e8215..e345275 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.8.0](https://github.com/launchdarkly/openfeature-python-server/compare/0.7.0...0.8.0) (2026-08-31) + + +### Features + +* Add a start wait timeout for initialization ([#59](https://github.com/launchdarkly/openfeature-python-server/issues/59)) ([c8708fd](https://github.com/launchdarkly/openfeature-python-server/commit/c8708fd8f85bf97f3213d7360ba2565877beeda9)) + ## [0.7.0](https://github.com/launchdarkly/openfeature-python-server/compare/0.6.0...0.7.0) (2026-08-31) diff --git a/docs/conf.py b/docs/conf.py index b893e39..daf55e7 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -30,9 +30,9 @@ author = u'LaunchDarkly' # The short X.Y version. -version = '0.7.0' # x-release-please-version +version = '0.8.0' # x-release-please-version # The full version, including alpha/beta/rc tags. -release = '0.7.0' # x-release-please-version +release = '0.8.0' # x-release-please-version # -- General configuration --------------------------------------------------- diff --git a/ld_openfeature/version.py b/ld_openfeature/version.py index 54408e0..7001318 100644 --- a/ld_openfeature/version.py +++ b/ld_openfeature/version.py @@ -1 +1 @@ -VERSION = "0.7.0" # x-release-please-version +VERSION = "0.8.0" # x-release-please-version diff --git a/pyproject.toml b/pyproject.toml index 658e8ef..05acf0b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "launchdarkly-openfeature-server" -version = "0.7.0" +version = "0.8.0" description = "An OpenFeature provider for the LaunchDarkly Python server SDK" authors = ["LaunchDarkly "] license = "Apache-2.0"