Skip to content

Commit 847e109

Browse files
committed
chore(main): release 0.1.6
1 parent b76a829 commit 847e109

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.5"
2+
".": "0.1.6"
33
}

CHANGELOG.md

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

3+
## [0.1.6](https://github.com/Flagsmith/flagsmith-openfeature-provider-python/compare/v0.1.5...v0.1.6) (2026-02-26)
4+
5+
6+
### Bug Fixes
7+
8+
* Support flat attributes in the evaluation context ([#26](https://github.com/Flagsmith/flagsmith-openfeature-provider-python/issues/26)) ([b76a829](https://github.com/Flagsmith/flagsmith-openfeature-provider-python/commit/b76a82981d5b14ff3403f2213bdd7a18fe72eeaa))
9+
10+
11+
### Other
12+
13+
* add root CODEOWNERS ([#22](https://github.com/Flagsmith/flagsmith-openfeature-provider-python/issues/22)) ([e7be6fe](https://github.com/Flagsmith/flagsmith-openfeature-provider-python/commit/e7be6feea978110ddc3fffe61cd80882552e5c56))
14+
* Remove amannn/action-semantic-pull-request workflow ([#25](https://github.com/Flagsmith/flagsmith-openfeature-provider-python/issues/25)) ([47147ec](https://github.com/Flagsmith/flagsmith-openfeature-provider-python/commit/47147ecc59d1a5bf902f145cc4e9d4d9080ca38b))
15+
316
## [0.1.5](https://github.com/Flagsmith/flagsmith-openfeature-provider-python/compare/v0.1.4...v0.1.5) (2025-08-21)
417

518

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "openfeature-provider-flagsmith"
3-
version = "0.1.5"
3+
version = "0.1.6"
44
description = "Openfeature provider for Flagsmith"
55
authors = [
66
{ name = "Matthew Elwell", email = "matthew.elwell@flagsmith.com>" }

0 commit comments

Comments
 (0)