From 3bf6daaa7af9f06cae24467d34bf54baf6933d58 Mon Sep 17 00:00:00 2001 From: Flagsmith Bot <65724737+flagsmithdev@users.noreply.github.com> Date: Tue, 1 Sep 2026 18:08:23 +0100 Subject: [PATCH 1/2] chore(main): release 11.1.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 4981afa..8d8b6a5 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "11.0.0" + ".": "11.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ec68be..0548bd2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [11.1.0](https://github.com/Flagsmith/flagsmith-engine/compare/v11.0.0...v11.1.0) (2026-09-01) + + +### Features + +* Evaluate flags that depend on other flags ([#343](https://github.com/Flagsmith/flagsmith-engine/issues/343)) ([d1f379c](https://github.com/Flagsmith/flagsmith-engine/commit/d1f379cc65010ff66417e6289506c6ecda59ebae)) + ## [11.0.0](https://github.com/Flagsmith/flagsmith-engine/compare/v10.2.0...v11.0.0) (2026-08-28) ### ⚠ BREAKING CHANGES diff --git a/setup.py b/setup.py index ae4fbf7..11b290a 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="flagsmith-flag-engine", - version="11.0.0", + version="11.1.0", author="Flagsmith", author_email="support@flagsmith.com", packages=find_packages(include=["flag_engine", "flag_engine.*"]), From 6e45816beda774ad4c0ceab2efc5a2f7db2868f0 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 17:08:35 +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 0548bd2..ddbb617 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,10 @@ ## [11.1.0](https://github.com/Flagsmith/flagsmith-engine/compare/v11.0.0...v11.1.0) (2026-09-01) - ### Features -* Evaluate flags that depend on other flags ([#343](https://github.com/Flagsmith/flagsmith-engine/issues/343)) ([d1f379c](https://github.com/Flagsmith/flagsmith-engine/commit/d1f379cc65010ff66417e6289506c6ecda59ebae)) +- Evaluate flags that depend on other flags ([#343](https://github.com/Flagsmith/flagsmith-engine/issues/343)) + ([d1f379c](https://github.com/Flagsmith/flagsmith-engine/commit/d1f379cc65010ff66417e6289506c6ecda59ebae)) ## [11.0.0](https://github.com/Flagsmith/flagsmith-engine/compare/v10.2.0...v11.0.0) (2026-08-28)