From e3ba66533b5d1c7e23dc46ff65af3c5fc08aebe4 Mon Sep 17 00:00:00 2001 From: Flagsmith Bot <65724737+flagsmithdev@users.noreply.github.com> Date: Fri, 24 Oct 2025 17:25:39 +0100 Subject: [PATCH 1/2] chore(main): release 10.0.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ setup.py | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9695e0e..8390882 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "9.1.0" + ".": "10.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 68ef09e..9da0bb8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [10.0.0](https://github.com/Flagsmith/flagsmith-engine/compare/v9.1.0...v10.0.0) (2025-10-24) + + +### ⚠ BREAKING CHANGES + +* Remove `FeatureContext.feature_key`, `SegmentResult.key` ([#272](https://github.com/Flagsmith/flagsmith-engine/issues/272)) + +### Features + +* Remove `FeatureContext.feature_key`, `SegmentResult.key` ([#272](https://github.com/Flagsmith/flagsmith-engine/issues/272)) ([4004b6b](https://github.com/Flagsmith/flagsmith-engine/commit/4004b6bcb8f7c4d11cd2c14dad26d419da8c7425)) +* Support implicit `IdentityContext.key` ([#274](https://github.com/Flagsmith/flagsmith-engine/issues/274)) ([a4826f8](https://github.com/Flagsmith/flagsmith-engine/commit/a4826f8e3333ad26bcbd53e267127fe370ca917b)) + ## [9.1.0](https://github.com/Flagsmith/flagsmith-engine/compare/v9.0.0...v9.1.0) (2025-10-16) ### Features diff --git a/setup.py b/setup.py index 3de7e14..63c8e92 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="flagsmith-flag-engine", - version="9.1.0", + version="10.0.0", author="Flagsmith", author_email="support@flagsmith.com", packages=find_packages(include=["flag_engine", "flag_engine.*"]), From d7a4687b28a30f24dcb5bdadb413c4a4c8aaef59 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 24 Oct 2025 16:25:55 +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 | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9da0bb8..782d208 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,15 +2,18 @@ ## [10.0.0](https://github.com/Flagsmith/flagsmith-engine/compare/v9.1.0...v10.0.0) (2025-10-24) - ### ⚠ BREAKING CHANGES -* Remove `FeatureContext.feature_key`, `SegmentResult.key` ([#272](https://github.com/Flagsmith/flagsmith-engine/issues/272)) +- Remove `FeatureContext.feature_key`, `SegmentResult.key` + ([#272](https://github.com/Flagsmith/flagsmith-engine/issues/272)) ### Features -* Remove `FeatureContext.feature_key`, `SegmentResult.key` ([#272](https://github.com/Flagsmith/flagsmith-engine/issues/272)) ([4004b6b](https://github.com/Flagsmith/flagsmith-engine/commit/4004b6bcb8f7c4d11cd2c14dad26d419da8c7425)) -* Support implicit `IdentityContext.key` ([#274](https://github.com/Flagsmith/flagsmith-engine/issues/274)) ([a4826f8](https://github.com/Flagsmith/flagsmith-engine/commit/a4826f8e3333ad26bcbd53e267127fe370ca917b)) +- Remove `FeatureContext.feature_key`, `SegmentResult.key` + ([#272](https://github.com/Flagsmith/flagsmith-engine/issues/272)) + ([4004b6b](https://github.com/Flagsmith/flagsmith-engine/commit/4004b6bcb8f7c4d11cd2c14dad26d419da8c7425)) +- Support implicit `IdentityContext.key` ([#274](https://github.com/Flagsmith/flagsmith-engine/issues/274)) + ([a4826f8](https://github.com/Flagsmith/flagsmith-engine/commit/a4826f8e3333ad26bcbd53e267127fe370ca917b)) ## [9.1.0](https://github.com/Flagsmith/flagsmith-engine/compare/v9.0.0...v9.1.0) (2025-10-16)