Skip to content

Commit 5237e93

Browse files
chore(main): release 0.3.0 (#194)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent eef4e15 commit 5237e93

File tree

4 files changed

+15
-4
lines changed

4 files changed

+15
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"0.2.0"}
1+
{".":"0.3.0"}

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [0.3.0](https://github.com/open-feature/python-sdk/compare/v0.2.0...v0.3.0) (2023-09-25)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* rename top-level package to openfeature ([#192](https://github.com/open-feature/python-sdk/issues/192))
9+
10+
### Code Refactoring
11+
12+
* rename top-level package to openfeature ([#192](https://github.com/open-feature/python-sdk/issues/192)) ([51f0d26](https://github.com/open-feature/python-sdk/commit/51f0d260f02cce5ab673305f212770ffcfc0744f))
13+
314
## [0.2.0](https://github.com/open-feature/python-sdk/compare/v0.1.0...v0.2.0) (2023-09-09)
415

516

pyproject.toml

Lines changed: 1 addition & 1 deletion
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.2.0"
8+
version = "0.3.0"
99
description = "Standardizing Feature Flagging for Everyone"
1010
readme = "readme.md"
1111
authors = [{ name = "OpenFeature", email = "[email protected]" }]

readme.md

Lines changed: 2 additions & 2 deletions
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.2.0
40+
pip install openfeature-sdk==0.3.0
4141
```
4242

4343
requirements.txt
4444

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

4949
```python

0 commit comments

Comments
 (0)