Skip to content

Commit a2df1eb

Browse files
chore(main): release 0.7.0
1 parent 11ae1a6 commit a2df1eb

4 files changed

Lines changed: 16 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.6.0"
2+
".": "0.7.0"
33
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [0.7.0](https://github.com/launchdarkly/openfeature-python-server/compare/0.6.0...0.7.0) (2026-08-25)
4+
5+
6+
### Features
7+
8+
* Populate OpenFeature flag metadata from the evaluation reason ([#53](https://github.com/launchdarkly/openfeature-python-server/issues/53)) ([11ae1a6](https://github.com/launchdarkly/openfeature-python-server/commit/11ae1a6b3491bb2d8eeeecb7b005906b86e97d40))
9+
10+
11+
### Bug Fixes
12+
13+
* Do not report a permanent data source failure as fatal ([#52](https://github.com/launchdarkly/openfeature-python-server/issues/52)) ([15014c1](https://github.com/launchdarkly/openfeature-python-server/commit/15014c1094a8b06cb7c66cd9dfd3468fb2f636fc))
14+
315
## [0.6.0](https://github.com/launchdarkly/openfeature-python-server/compare/0.5.1...0.6.0) (2026-03-24)
416

517

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@
3030
author = u'LaunchDarkly'
3131

3232
# The short X.Y version.
33-
version = '0.6.0' # x-release-please-version
33+
version = '0.7.0' # x-release-please-version
3434
# The full version, including alpha/beta/rc tags.
35-
release = '0.6.0' # x-release-please-version
35+
release = '0.7.0' # x-release-please-version
3636

3737

3838
# -- General configuration ---------------------------------------------------

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "launchdarkly-openfeature-server"
3-
version = "0.6.0"
3+
version = "0.7.0"
44
description = "An OpenFeature provider for the LaunchDarkly Python server SDK"
55
authors = ["LaunchDarkly <dev@launchdarkly.com>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)