Skip to content

Commit b7aa2e9

Browse files
chore(main): release 0.2.1 (#17)
1 parent 7a8c835 commit b7aa2e9

File tree

4 files changed

+17
-4
lines changed

4 files changed

+17
-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.2.0"
2+
".": "0.2.1"
33
}

CHANGELOG.md

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

3+
## [0.2.1](https://github.com/launchdarkly/openfeature-python-server/compare/0.2.0...0.2.1) (2024-07-15)
4+
5+
6+
### Bug Fixes
7+
8+
* Ignore embedded kind when processing multi-kind contexts ([#15](https://github.com/launchdarkly/openfeature-python-server/issues/15)) ([dd17a4c](https://github.com/launchdarkly/openfeature-python-server/commit/dd17a4c2cc69804eff1faa2c45b84b0048a816e8))
9+
* Log warning if targeting key is not a string ([#16](https://github.com/launchdarkly/openfeature-python-server/issues/16)) ([7a8c835](https://github.com/launchdarkly/openfeature-python-server/commit/7a8c835f39caf25791989d521d1f44d18d9c5586))
10+
11+
12+
### Documentation
13+
14+
* Fix usage to reflect latest refactor ([#14](https://github.com/launchdarkly/openfeature-python-server/issues/14)) ([ba4e662](https://github.com/launchdarkly/openfeature-python-server/commit/ba4e6621bbf03977e7a8dc8bbe36171609a21f61))
15+
316
## [0.2.0](https://github.com/launchdarkly/openfeature-python-server/compare/0.1.2...0.2.0) (2024-06-11)
417

518

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.2.0' # x-release-please-version
33+
version = '0.2.1' # x-release-please-version
3434
# The full version, including alpha/beta/rc tags.
35-
release = '0.2.0' # x-release-please-version
35+
release = '0.2.1' # 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.2.0"
3+
version = "0.2.1"
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)