Skip to content

Commit 1ae3eb8

Browse files
chore(main): release 0.5.0 (#35)
🤖 I have created a release *beep* *boop* --- ## [0.5.0](0.4.2...0.5.0) (2025-10-29) ### Features * Bump openfeature-sdk to v0.8+ ([b0f2c61](b0f2c61)) ### Bug Fixes * Re-export underlying launchdarkly config type ([#33](#33)) ([661426e](661426e)), closes [#32](#32) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 661426e commit 1ae3eb8

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed

.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.4.2"
2+
".": "0.5.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.5.0](https://github.com/launchdarkly/openfeature-python-server/compare/0.4.2...0.5.0) (2025-10-29)
4+
5+
6+
### Features
7+
8+
* Bump openfeature-sdk to v0.8+ ([b0f2c61](https://github.com/launchdarkly/openfeature-python-server/commit/b0f2c619d01a71b9509c8d61e285f1ff661d873e))
9+
10+
11+
### Bug Fixes
12+
13+
* Re-export underlying launchdarkly config type ([#33](https://github.com/launchdarkly/openfeature-python-server/issues/33)) ([661426e](https://github.com/launchdarkly/openfeature-python-server/commit/661426e42a13a344a1f05ff60a56c16bc952f231)), closes [#32](https://github.com/launchdarkly/openfeature-python-server/issues/32)
14+
315
## [0.4.2](https://github.com/launchdarkly/openfeature-python-server/compare/0.4.1...0.4.2) (2025-07-08)
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.4.2' # x-release-please-version
33+
version = '0.5.0' # x-release-please-version
3434
# The full version, including alpha/beta/rc tags.
35-
release = '0.4.2' # x-release-please-version
35+
release = '0.5.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.4.2"
3+
version = "0.5.0"
44
description = "An OpenFeature provider for the LaunchDarkly Python server SDK"
55
authors = ["LaunchDarkly <[email protected]>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)