From 518555e016d0fe8e62e700ff0f4d579300d014d2 Mon Sep 17 00:00:00 2001 From: Flagsmith Bot <65724737+flagsmithdev@users.noreply.github.com> Date: Tue, 9 Jun 2026 08:03:40 +0100 Subject: [PATCH 1/2] chore(main): release 10.2.0 --- .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 1c36987..e9ff280 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "10.1.0" + ".": "10.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e9bf51..7befa5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [10.2.0](https://github.com/Flagsmith/flagsmith-engine/compare/v10.1.0...v10.2.0) (2026-06-09) + + +### Features + +* include selected variant key in flag results ([#314](https://github.com/Flagsmith/flagsmith-engine/issues/314)) ([74fb147](https://github.com/Flagsmith/flagsmith-engine/commit/74fb147ffecae27db21a7f3fff7d25a3eecd8145)) + ## [10.1.0](https://github.com/Flagsmith/flagsmith-engine/compare/v10.0.4...v10.1.0) (2026-05-06) ### Features diff --git a/setup.py b/setup.py index 3fc488b..88a86ac 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="flagsmith-flag-engine", - version="10.1.0", + version="10.2.0", author="Flagsmith", author_email="support@flagsmith.com", packages=find_packages(include=["flag_engine", "flag_engine.*"]), From 42fc5bb8b6094b825914a0b670894d1f795bdfe1 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 07:03:50 +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 7befa5f..4d6cd85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,10 @@ ## [10.2.0](https://github.com/Flagsmith/flagsmith-engine/compare/v10.1.0...v10.2.0) (2026-06-09) - ### Features -* include selected variant key in flag results ([#314](https://github.com/Flagsmith/flagsmith-engine/issues/314)) ([74fb147](https://github.com/Flagsmith/flagsmith-engine/commit/74fb147ffecae27db21a7f3fff7d25a3eecd8145)) +- include selected variant key in flag results ([#314](https://github.com/Flagsmith/flagsmith-engine/issues/314)) + ([74fb147](https://github.com/Flagsmith/flagsmith-engine/commit/74fb147ffecae27db21a7f3fff7d25a3eecd8145)) ## [10.1.0](https://github.com/Flagsmith/flagsmith-engine/compare/v10.0.4...v10.1.0) (2026-05-06)