Skip to content

Commit 683ae48

Browse files
chore(main): release 0.0.9
1 parent 3a33551 commit 683ae48

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"0.0.8"}
1+
{".":"0.0.9"}

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [0.0.9](https://github.com/open-feature/python-sdk/compare/v0.0.8...v0.0.9) (2023-01-04)
4+
5+
6+
### Bug Fixes
7+
8+
* reverse the merged before hooks ([#71](https://github.com/open-feature/python-sdk/issues/71)) ([3a33551](https://github.com/open-feature/python-sdk/commit/3a33551fdbd01c876920177ab2035d0e24e17572))
9+
10+
11+
### Documentation
12+
13+
* add NoOpProvider import to config sample ([#68](https://github.com/open-feature/python-sdk/issues/68)) ([643d9fa](https://github.com/open-feature/python-sdk/commit/643d9fa34f94f6ca1f9a5d4251097a3f98dae43e))
14+
315
## [0.0.8](https://github.com/open-feature/python-sdk/compare/v0.0.7...v0.0.8) (2022-12-28)
416

517

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.0.8"
8+
version = "0.0.9"
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
@@ -42,13 +42,13 @@ Each provider class may have further setup required i.e. secret keys, environmen
4242
Pip install
4343

4444
```bash
45-
pip install openfeature-sdk==0.0.8
45+
pip install openfeature-sdk==0.0.9
4646
```
4747

4848
requirements.txt
4949

5050
```bash
51-
openfeature-sdk==0.0.8
51+
openfeature-sdk==0.0.9
5252
```
5353

5454
```python

0 commit comments

Comments
 (0)