Skip to content

Commit fe71ff6

Browse files
chore(main): release 0.2.2 (#20)
🤖 I have created a release *beep* *boop* --- ## [0.2.2](0.2.1...0.2.2) (2024-09-20) ### Bug Fixes * Correct project documentation link ([#19](#19)) ([bcc2573](bcc2573)) --- 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 bcc2573 commit fe71ff6

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.2.1"
2+
".": "0.2.2"
33
}

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.2.2](https://github.com/launchdarkly/openfeature-python-server/compare/0.2.1...0.2.2) (2024-09-20)
4+
5+
6+
### Bug Fixes
7+
8+
* Correct project documentation link ([#19](https://github.com/launchdarkly/openfeature-python-server/issues/19)) ([bcc2573](https://github.com/launchdarkly/openfeature-python-server/commit/bcc25731069146db6931223751c8dfa74e5ac1c0))
9+
310
## [0.2.1](https://github.com/launchdarkly/openfeature-python-server/compare/0.2.0...0.2.1) (2024-07-15)
411

512

docs/conf.py

+2-2
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.1' # x-release-please-version
33+
version = '0.2.2' # x-release-please-version
3434
# The full version, including alpha/beta/rc tags.
35-
release = '0.2.1' # x-release-please-version
35+
release = '0.2.2' # x-release-please-version
3636

3737

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

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "launchdarkly-openfeature-server"
3-
version = "0.2.1"
3+
version = "0.2.2"
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)