Skip to content

Commit 256d4ac

Browse files
chore(main): release 0.1.2 (#9)
🤖 I have created a release *beep* *boop* --- ## [0.1.2](0.1.1...0.1.2) (2024-05-03) ### Bug Fixes * Use canonical import paths for openfeature classes ([#11](#11)) ([e60ec31](e60ec31)) ### Documentation * Clarify beta version warning and dependencies ([#8](#8)) ([6576453](6576453)) * Fix readthedocs generation ([#10](#10)) ([da5283d](da5283d)) --- 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 da5283d commit 256d4ac

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.1.1"
2+
".": "0.1.2"
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.1.2](https://github.com/launchdarkly/openfeature-python-server/compare/0.1.1...0.1.2) (2024-05-03)
4+
5+
6+
### Bug Fixes
7+
8+
* Use canonical import paths for openfeature classes ([#11](https://github.com/launchdarkly/openfeature-python-server/issues/11)) ([e60ec31](https://github.com/launchdarkly/openfeature-python-server/commit/e60ec315812952933cb253b6628ef5446f62edc6))
9+
10+
11+
### Documentation
12+
13+
* Clarify beta version warning and dependencies ([#8](https://github.com/launchdarkly/openfeature-python-server/issues/8)) ([6576453](https://github.com/launchdarkly/openfeature-python-server/commit/65764536ace64875a007def5f1881e59a533539b))
14+
* Fix readthedocs generation ([#10](https://github.com/launchdarkly/openfeature-python-server/issues/10)) ([da5283d](https://github.com/launchdarkly/openfeature-python-server/commit/da5283d1e8e417a43d63acfd5ee1d045fd63651c))
15+
316
## [0.1.1](https://github.com/launchdarkly/openfeature-python-server/compare/0.1.0...0.1.1) (2024-02-12)
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.1.1' # x-release-please-version
33+
version = '0.1.2' # x-release-please-version
3434
# The full version, including alpha/beta/rc tags.
35-
release = '0.1.1' # x-release-please-version
35+
release = '0.1.2' # 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.1.1"
3+
version = "0.1.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)