From 2c797cd6a17c409d86f9ab699e3ea872b24ae08f Mon Sep 17 00:00:00 2001 From: Flagsmith Bot <65724737+flagsmithdev@users.noreply.github.com> Date: Thu, 30 Oct 2025 11:04:18 +0000 Subject: [PATCH 1/2] chore(main): release 10.0.2 --- .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 932a782..952c140 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "10.0.1" + ".": "10.0.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 1168ef6..93b2c2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [10.0.2](https://github.com/Flagsmith/flagsmith-engine/compare/v10.0.1...v10.0.2) (2025-10-30) + + +### Bug Fixes + +* Multivariate segment overrides not supported ([#279](https://github.com/Flagsmith/flagsmith-engine/issues/279)) ([fa5907d](https://github.com/Flagsmith/flagsmith-engine/commit/fa5907dd85f39aa9d1929ea6a5fcf2d6b5d2b32c)) + ## [10.0.1](https://github.com/Flagsmith/flagsmith-engine/compare/v10.0.0...v10.0.1) (2025-10-28) ### Bug Fixes diff --git a/setup.py b/setup.py index 1136d84..df3cec0 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="flagsmith-flag-engine", - version="10.0.1", + version="10.0.2", author="Flagsmith", author_email="support@flagsmith.com", packages=find_packages(include=["flag_engine", "flag_engine.*"]), From faecdbca14934d9708ea4eab16cc41ac7b468038 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 30 Oct 2025 11:05:11 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 93b2c2f..f65367f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,10 @@ ## [10.0.2](https://github.com/Flagsmith/flagsmith-engine/compare/v10.0.1...v10.0.2) (2025-10-30) - ### Bug Fixes -* Multivariate segment overrides not supported ([#279](https://github.com/Flagsmith/flagsmith-engine/issues/279)) ([fa5907d](https://github.com/Flagsmith/flagsmith-engine/commit/fa5907dd85f39aa9d1929ea6a5fcf2d6b5d2b32c)) +- Multivariate segment overrides not supported ([#279](https://github.com/Flagsmith/flagsmith-engine/issues/279)) + ([fa5907d](https://github.com/Flagsmith/flagsmith-engine/commit/fa5907dd85f39aa9d1929ea6a5fcf2d6b5d2b32c)) ## [10.0.1](https://github.com/Flagsmith/flagsmith-engine/compare/v10.0.0...v10.0.1) (2025-10-28)