Skip to content

Commit a9a7ee8

Browse files
committed
chore(main): release 0.1.6
1 parent 3396c7c commit a9a7ee8

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-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: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [0.1.6](https://github.com/Flagsmith/flagsmith-openfeature-provider-python/compare/v0.1.5...v0.1.6) (2026-03-24)
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+
* Support latest Flagsmith SDKs ([#28](https://github.com/Flagsmith/flagsmith-openfeature-provider-python/issues/28)) ([3396c7c](https://github.com/Flagsmith/flagsmith-openfeature-provider-python/commit/3396c7c5929b705d7814c2af5e03be3fdd5f2d16))
10+
11+
12+
### Other
13+
14+
* 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))
15+
* 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))
16+
317
## [0.1.5](https://github.com/Flagsmith/flagsmith-openfeature-provider-python/compare/v0.1.4...v0.1.5) (2025-08-21)
418

519

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)