File tree Expand file tree Collapse file tree 4 files changed +18
-4
lines changed Expand file tree Collapse file tree 4 files changed +18
-4
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 0.1 .0"
2+ "." : " 0.2 .0"
33}
Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ ## [ 0.2.0] ( https://github.com/launchdarkly/openfeature-python-server/compare/v0.1.0...0.2.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+
11+
12+ ### Documentation
13+
14+ * Add supporting documentation ([ 06a3701] ( https://github.com/launchdarkly/openfeature-python-server/commit/06a370193f151207c15c06a82a44ffbb68949455 ) )
Original file line number Diff line number Diff line change 3030author = u'LaunchDarkly'
3131
3232# The short X.Y version.
33- version = '0.1 .0' # x-release-please-version
33+ version = '0.2 .0' # x-release-please-version
3434# The full version, including alpha/beta/rc tags.
35- release = '0.1 .0' # x-release-please-version
35+ release = '0.2 .0' # x-release-please-version
3636
3737
3838# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " launchdarkly-openfeature-server"
3- version = " 0.1 .0"
3+ version = " 0.2 .0"
44description = " An OpenFeature provider for the LaunchDarkly Python server SDK"
55authors = [
" LaunchDarkly <[email protected] >" ]
66license = " Apache-2.0"
You can’t perform that action at this time.
0 commit comments