From f4c6286d5ce162970fc0d5d503b7f7742d870590 Mon Sep 17 00:00:00 2001 From: Flagsmith Bot <65724737+flagsmithdev@users.noreply.github.com> Date: Thu, 11 Sep 2025 18:39:37 +0100 Subject: [PATCH 1/2] chore(main): release 7.0.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ setup.py | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index aeda91d..9995fe5 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "7.0.0" + ".": "7.0.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 80cb9fb..101b06e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [7.0.1](https://github.com/Flagsmith/flagsmith-engine/compare/v7.0.0...v7.0.1) (2025-09-11) + + +### Bug Fixes + +* Incorrect `TARGETING_MATCH` reasons ([#258](https://github.com/Flagsmith/flagsmith-engine/issues/258)) ([3f12e5f](https://github.com/Flagsmith/flagsmith-engine/commit/3f12e5faa67636af7f7016eec673088959f8017b)) +* PERCENTAGE_SPLIT working for undefined keys ([#256](https://github.com/Flagsmith/flagsmith-engine/issues/256)) ([fa37c6c](https://github.com/Flagsmith/flagsmith-engine/commit/fa37c6ca52632030ea307347cf529c774ef6d198)) + ## [7.0.0](https://github.com/Flagsmith/flagsmith-engine/compare/v6.1.0...v7.0.0) (2025-09-01) ### ⚠ BREAKING CHANGES diff --git a/setup.py b/setup.py index 9da11f0..a381d45 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="flagsmith-flag-engine", - version="7.0.0", + version="7.0.1", author="Flagsmith", author_email="support@flagsmith.com", packages=find_packages(include=["flag_engine", "flag_engine.*"]), From 028ad76985b55797bb5d758312e673f7a22ed3c1 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 11 Sep 2025 17:40: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 | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 101b06e..15fc7e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,12 @@ ## [7.0.1](https://github.com/Flagsmith/flagsmith-engine/compare/v7.0.0...v7.0.1) (2025-09-11) - ### Bug Fixes -* Incorrect `TARGETING_MATCH` reasons ([#258](https://github.com/Flagsmith/flagsmith-engine/issues/258)) ([3f12e5f](https://github.com/Flagsmith/flagsmith-engine/commit/3f12e5faa67636af7f7016eec673088959f8017b)) -* PERCENTAGE_SPLIT working for undefined keys ([#256](https://github.com/Flagsmith/flagsmith-engine/issues/256)) ([fa37c6c](https://github.com/Flagsmith/flagsmith-engine/commit/fa37c6ca52632030ea307347cf529c774ef6d198)) +- Incorrect `TARGETING_MATCH` reasons ([#258](https://github.com/Flagsmith/flagsmith-engine/issues/258)) + ([3f12e5f](https://github.com/Flagsmith/flagsmith-engine/commit/3f12e5faa67636af7f7016eec673088959f8017b)) +- PERCENTAGE_SPLIT working for undefined keys ([#256](https://github.com/Flagsmith/flagsmith-engine/issues/256)) + ([fa37c6c](https://github.com/Flagsmith/flagsmith-engine/commit/fa37c6ca52632030ea307347cf529c774ef6d198)) ## [7.0.0](https://github.com/Flagsmith/flagsmith-engine/compare/v6.1.0...v7.0.0) (2025-09-01)