From eebe98c5cbbca670692228abe7b3776999f8a963 Mon Sep 17 00:00:00 2001 From: Flagsmith Bot <65724737+flagsmithdev@users.noreply.github.com> Date: Tue, 28 Oct 2025 12:08:12 +0000 Subject: [PATCH 1/2] chore(main): release 10.0.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ setup.py | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8390882..932a782 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "10.0.0" + ".": "10.0.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 782d208..5d21c93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [10.0.1](https://github.com/Flagsmith/flagsmith-engine/compare/v10.0.0...v10.0.1) (2025-10-28) + + +### Bug Fixes + +* Implicit identity key not supported for % Split operator ([#276](https://github.com/Flagsmith/flagsmith-engine/issues/276)) ([4d0fa9a](https://github.com/Flagsmith/flagsmith-engine/commit/4d0fa9ad2834501c459bbb29aab33a592b46ea94)) + ## [10.0.0](https://github.com/Flagsmith/flagsmith-engine/compare/v9.1.0...v10.0.0) (2025-10-24) ### ⚠ BREAKING CHANGES diff --git a/setup.py b/setup.py index 63c8e92..1136d84 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="flagsmith-flag-engine", - version="10.0.0", + version="10.0.1", author="Flagsmith", author_email="support@flagsmith.com", packages=find_packages(include=["flag_engine", "flag_engine.*"]), From 83e5ffbd8a8c08e9f4297abb26092a31e5cfcae8 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 12:09:19 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d21c93..1168ef6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,11 @@ ## [10.0.1](https://github.com/Flagsmith/flagsmith-engine/compare/v10.0.0...v10.0.1) (2025-10-28) - ### Bug Fixes -* Implicit identity key not supported for % Split operator ([#276](https://github.com/Flagsmith/flagsmith-engine/issues/276)) ([4d0fa9a](https://github.com/Flagsmith/flagsmith-engine/commit/4d0fa9ad2834501c459bbb29aab33a592b46ea94)) +- Implicit identity key not supported for % Split operator + ([#276](https://github.com/Flagsmith/flagsmith-engine/issues/276)) + ([4d0fa9a](https://github.com/Flagsmith/flagsmith-engine/commit/4d0fa9ad2834501c459bbb29aab33a592b46ea94)) ## [10.0.0](https://github.com/Flagsmith/flagsmith-engine/compare/v9.1.0...v10.0.0) (2025-10-24)