Skip to content

Commit e16ebf7

Browse files
chore(main): release 0.3.2
1 parent 1a804ee commit e16ebf7

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.3.1"}
1+
{".":"0.3.2"}

CHANGELOG.md

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

3+
## [0.3.2](https://github.com/open-feature/python-sdk/compare/v0.3.1...v0.3.2) (2023-10-24)
4+
5+
6+
### Features
7+
8+
* implement initialize/shutdown on provider registration ([#213](https://github.com/open-feature/python-sdk/issues/213)) ([84af1ae](https://github.com/open-feature/python-sdk/commit/84af1aec01241842289bce2beb35486153876706))
9+
* pass flag_metadata from resolution to evaluation details ([#212](https://github.com/open-feature/python-sdk/issues/212)) ([88a204d](https://github.com/open-feature/python-sdk/commit/88a204dc27c435f3b5faec231a07a96cb011518c))
10+
11+
12+
### Bug Fixes
13+
14+
* Hook methods should have default non-abstract implementations ([#216](https://github.com/open-feature/python-sdk/issues/216)) ([c661ab2](https://github.com/open-feature/python-sdk/commit/c661ab20a43ff4411b7f0847c71df886af87e7ed))
15+
316
## [0.3.1](https://github.com/open-feature/python-sdk/compare/v0.3.0...v0.3.1) (2023-09-28)
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.3.1"
8+
version = "0.3.2"
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.3.1
40+
pip install openfeature-sdk==0.3.2
4141
```
4242

4343
requirements.txt
4444

4545
```bash
46-
openfeature-sdk==0.3.1
46+
openfeature-sdk==0.3.2
4747
```
4848

4949
```python

0 commit comments

Comments
 (0)