Skip to content

Commit d59e57e

Browse files
chore(main): release 0.2.0
1 parent 4d4ac14 commit d59e57e

File tree

4 files changed

+17
-4
lines changed

4 files changed

+17
-4
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"0.1.0"}
1+
{".":"0.2.0"}

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [0.2.0](https://github.com/open-feature/python-sdk/compare/v0.1.0...v0.2.0) (2023-09-07)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* move api hooks methods to api module ([#169](https://github.com/open-feature/python-sdk/issues/169))
9+
* move api evaluation context methods to api module ([#164](https://github.com/open-feature/python-sdk/issues/164))
10+
11+
### Code Refactoring
12+
13+
* move api evaluation context methods to api module ([#164](https://github.com/open-feature/python-sdk/issues/164)) ([67ba861](https://github.com/open-feature/python-sdk/commit/67ba8619b913c4af25f1af9df2bab863cb7989d0))
14+
* move api hooks methods to api module ([#169](https://github.com/open-feature/python-sdk/issues/169)) ([a7da26f](https://github.com/open-feature/python-sdk/commit/a7da26fd93c5dae33318366f1fc3c8b11e11ddaa))
15+
316
## [0.1.0](https://github.com/open-feature/python-sdk/compare/v0.0.9...v0.1.0) (2023-07-25)
417

518

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55

66
[project]
77
name = "openfeature_sdk"
8-
version = "0.1.0"
8+
version = "0.2.0"
99
description = "Standardizing Feature Flagging for Everyone"
1010
readme = "readme.md"
1111
authors = [{ name = "OpenFeature", email = "[email protected]" }]

readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ This library is intended to be used in server-side contexts and has not been eva
3737
Pip install
3838

3939
```bash
40-
pip install openfeature-sdk==0.1.0
40+
pip install openfeature-sdk==0.2.0
4141
```
4242

4343
requirements.txt
4444

4545
```bash
46-
openfeature-sdk==0.1.0
46+
openfeature-sdk==0.2.0
4747
```
4848

4949
```python

0 commit comments

Comments
 (0)