From 21fb2d1c5a0d5782da0c5189ed0eff11fb95948e Mon Sep 17 00:00:00 2001 From: Flagsmith Bot <65724737+flagsmithdev@users.noreply.github.com> Date: Sat, 7 Feb 2026 08:25:53 +0000 Subject: [PATCH 1/2] chore(main): release 10.0.4 --- .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 f93e26d..848ff9f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "10.0.3" + ".": "10.0.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e7c890..62be9c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [10.0.4](https://github.com/Flagsmith/flagsmith-engine/compare/v10.0.3...v10.0.4) (2026-02-07) + + +### Other + +* Remove amannn/action-semantic-pull-request workflow ([#290](https://github.com/Flagsmith/flagsmith-engine/issues/290)) ([6237c31](https://github.com/Flagsmith/flagsmith-engine/commit/6237c31333022bc779bce14a9ea134818d56cb0b)) + ## [10.0.3](https://github.com/Flagsmith/flagsmith-engine/compare/v10.0.2...v10.0.3) (2025-11-25) ### Bug Fixes diff --git a/setup.py b/setup.py index 7832be4..51b33e2 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="flagsmith-flag-engine", - version="10.0.3", + version="10.0.4", author="Flagsmith", author_email="support@flagsmith.com", packages=find_packages(include=["flag_engine", "flag_engine.*"]), From b19857a19bc7c46cc9e3e4f8be49cbd0e523c7c2 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Sat, 7 Feb 2026 08:26:01 +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 62be9c2..558aa55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,10 @@ ## [10.0.4](https://github.com/Flagsmith/flagsmith-engine/compare/v10.0.3...v10.0.4) (2026-02-07) - ### Other -* Remove amannn/action-semantic-pull-request workflow ([#290](https://github.com/Flagsmith/flagsmith-engine/issues/290)) ([6237c31](https://github.com/Flagsmith/flagsmith-engine/commit/6237c31333022bc779bce14a9ea134818d56cb0b)) +- Remove amannn/action-semantic-pull-request workflow ([#290](https://github.com/Flagsmith/flagsmith-engine/issues/290)) + ([6237c31](https://github.com/Flagsmith/flagsmith-engine/commit/6237c31333022bc779bce14a9ea134818d56cb0b)) ## [10.0.3](https://github.com/Flagsmith/flagsmith-engine/compare/v10.0.2...v10.0.3) (2025-11-25)