From 2d84793a17d0e322e77956d34d871e20816656e3 Mon Sep 17 00:00:00 2001 From: Flagsmith Bot <65724737+flagsmithdev@users.noreply.github.com> Date: Tue, 25 Nov 2025 10:55:56 +0000 Subject: [PATCH 1/2] chore(main): release 10.0.3 --- .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 952c140..f93e26d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "10.0.2" + ".": "10.0.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f65367f..72fca9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [10.0.3](https://github.com/Flagsmith/flagsmith-engine/compare/v10.0.2...v10.0.3) (2025-11-25) + + +### Bug Fixes + +* Exclude identities when PERCENTAGE_SPLIT trait is undefined ([#284](https://github.com/Flagsmith/flagsmith-engine/issues/284)) ([0427c04](https://github.com/Flagsmith/flagsmith-engine/commit/0427c0483980c426a059c2b40ae5ebc0d853501c)) + ## [10.0.2](https://github.com/Flagsmith/flagsmith-engine/compare/v10.0.1...v10.0.2) (2025-10-30) ### Bug Fixes diff --git a/setup.py b/setup.py index df3cec0..7832be4 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="flagsmith-flag-engine", - version="10.0.2", + version="10.0.3", author="Flagsmith", author_email="support@flagsmith.com", packages=find_packages(include=["flag_engine", "flag_engine.*"]), From 91abc49b3e3441aac86e4fa3f320725e6ba53cf5 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 25 Nov 2025 10:56:05 +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 72fca9c..4e7c890 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,11 @@ ## [10.0.3](https://github.com/Flagsmith/flagsmith-engine/compare/v10.0.2...v10.0.3) (2025-11-25) - ### Bug Fixes -* Exclude identities when PERCENTAGE_SPLIT trait is undefined ([#284](https://github.com/Flagsmith/flagsmith-engine/issues/284)) ([0427c04](https://github.com/Flagsmith/flagsmith-engine/commit/0427c0483980c426a059c2b40ae5ebc0d853501c)) +- Exclude identities when PERCENTAGE_SPLIT trait is undefined + ([#284](https://github.com/Flagsmith/flagsmith-engine/issues/284)) + ([0427c04](https://github.com/Flagsmith/flagsmith-engine/commit/0427c0483980c426a059c2b40ae5ebc0d853501c)) ## [10.0.2](https://github.com/Flagsmith/flagsmith-engine/compare/v10.0.1...v10.0.2) (2025-10-30)