Skip to content

Commit cba485a

Browse files
chore(main): release 0.1.0
1 parent 3cbbfc6 commit cba485a

File tree

4 files changed

+19
-4
lines changed

4 files changed

+19
-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.0.0"
2+
".": "0.1.0"
33
}

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Changelog
2+
3+
## 0.1.0 (2024-02-06)
4+
5+
6+
### Features
7+
8+
* Add documentation generation support ([f6d769d](https://github.com/launchdarkly/openfeature-python-server/commit/f6d769d3e45da60fbd9b7c01d3b8c903a66e975a))
9+
* Add initial implementation of provider ([a27e98a](https://github.com/launchdarkly/openfeature-python-server/commit/a27e98a6e7483fce812e1bee9fb2a85582396d5a))
10+
* Add support for shutdown method ([#3](https://github.com/launchdarkly/openfeature-python-server/issues/3)) ([8ed56a6](https://github.com/launchdarkly/openfeature-python-server/commit/8ed56a68db3be92c1c0ff58ddd28a9511bf98cdf))
11+
12+
13+
### Documentation
14+
15+
* Add supporting documentation ([06a3701](https://github.com/launchdarkly/openfeature-python-server/commit/06a370193f151207c15c06a82a44ffbb68949455))

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