chore(main): release 0.0.4 (#53)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
fb7655aa3a
commit
47e1d3fd61
|
|
@ -1 +1 @@
|
||||||
{".":"0.0.3"}
|
{".":"0.0.4"}
|
||||||
|
|
@ -1,5 +1,12 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [0.0.4](https://github.com/open-feature/python-sdk/compare/v0.0.3...v0.0.4) (2022-11-15)
|
||||||
|
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* Add needs to release job ([#52](https://github.com/open-feature/python-sdk/issues/52)) ([fb7655a](https://github.com/open-feature/python-sdk/commit/fb7655aa3aae0fb021e0aae57c0a7d182a8218cf))
|
||||||
|
|
||||||
## [0.0.3](https://github.com/open-feature/python-sdk/compare/v0.0.2...v0.0.3) (2022-11-15)
|
## [0.0.3](https://github.com/open-feature/python-sdk/compare/v0.0.2...v0.0.3) (2022-11-15)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "openfeature_sdk"
|
name = "openfeature_sdk"
|
||||||
version = "0.0.3"
|
version = "0.0.4"
|
||||||
description = "Standardizing Feature Flagging for Everyone"
|
description = "Standardizing Feature Flagging for Everyone"
|
||||||
readme = "readme.md"
|
readme = "readme.md"
|
||||||
authors = [{ name = "OpenFeature", email = "openfeature-core@groups.io" }]
|
authors = [{ name = "OpenFeature", email = "openfeature-core@groups.io" }]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue